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"]