From c4958f0138531787449eebd2a6584cc7dc9a43f2 Mon Sep 17 00:00:00 2001 From: titigmr <56739959+titigmr@users.noreply.github.com> Date: Sun, 18 Apr 2021 22:30:15 +0200 Subject: [PATCH] Rename DockerFile to Dockerfile --- DockerFile => Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename DockerFile => Dockerfile (77%) diff --git a/DockerFile b/Dockerfile similarity index 77% rename from DockerFile rename to Dockerfile index 028c085..6679550 100644 --- a/DockerFile +++ b/Dockerfile @@ -2,4 +2,4 @@ FROM python:3.8-slim-buster WORKDIR /ramoloss COPY . . RUN pip install -r requirements.txt -CMD [ "python", "main.py"] \ No newline at end of file +CMD [ "python", "main.py"]