Update Dockerfile

Fixed EOL issue
This commit is contained in:
OP (oppenheimer)
2023-11-02 10:41:21 +05:30
committed by GitHub
parent c9ffc0e351
commit 50895cb69b
+1 -1
View File
@@ -15,4 +15,4 @@ RUN apk --no-cache add python3
COPY main.py /app/
CMD ["python3", "/app/main.py"]
CMD ["python3", "/app/main.py"]