Skip to content

Commit

Permalink
BUG: Python main not running
Browse files Browse the repository at this point in the history
  • Loading branch information
khalford committed Oct 1, 2024
1 parent 46aaccd commit 961ec51
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
Expand Up @@ -2,4 +2,4 @@ FROM python:3
WORKDIR /app
COPY . .
RUN pip install -r requirements.txt
CMD ["main.py"]
CMD ["python","main.py"]

0 comments on commit 961ec51

Please sign in to comment.