Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
AshutoshGoswami24 authored Apr 21, 2024
1 parent 0c4f426 commit 115c2da
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.10
WORKDIR /app
COPY . /app/
RUN pip install -r requirements.txt
CMD ["python3", "PandaWepXAshu.py"]
CMD ["python3", "PandaXAshu.py"]

0 comments on commit 115c2da

Please sign in to comment.