Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximallnyi committed May 28, 2023
1 parent 70aa3a1 commit 4e7e184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Task1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ RUN pip3 install numpy pandas

ENTRYPOINT ["python3"]

CMD ["main.py"]
CMD ["./main.py"]

0 comments on commit 4e7e184

Please sign in to comment.