Skip to content

Commit

Permalink
Merge pull request #3 from khalford/fix_pip
Browse files Browse the repository at this point in the history
BUG: fix pip install typo
  • Loading branch information
khalford authored Oct 1, 2024
2 parents 872f524 + 4bc1c1c commit 46aaccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM python:3
WORKDIR /app
COPY . .
RUN pip instal -r requirements.txt
RUN pip install -r requirements.txt
CMD ["main.py"]

0 comments on commit 46aaccd

Please sign in to comment.