diff --git a/Dockerfile b/Dockerfile index 0b92e10..cdce824 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,4 +15,4 @@ RUN apk --no-cache add python3 COPY main.py /app/ -CMD ["python3", "/app/main.py"] \ No newline at end of file +CMD ["python3", "/app/main.py"]