Skip to content

Commit

Permalink
chore: renaming
Browse files Browse the repository at this point in the history
Renaming dockerfile to Dokcerfile
  • Loading branch information
Zero6992 authored Dec 10, 2022
1 parent 8d8e946 commit 2c39c96
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 @@ -4,4 +4,4 @@ COPY ./ /DiscordBot
WORKDIR /DiscordBot

RUN pip install -r requirements.txt
CMD ["python", "-u", "main.py"]
CMD ["python", "-u", "main.py"]

0 comments on commit 2c39c96

Please sign in to comment.