Skip to content

Commit

Permalink
Rename DockerFile to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
titigmr authored Apr 18, 2021
1 parent ee203e1 commit c4958f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DockerFile → Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ FROM python:3.8-slim-buster
WORKDIR /ramoloss
COPY . .
RUN pip install -r requirements.txt
CMD [ "python", "main.py"]
CMD [ "python", "main.py"]

0 comments on commit c4958f0

Please sign in to comment.