diff --git a/Dockerfile b/Dockerfile index 0f36ab6..4437d2a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -FROM python:3.8-slim-buster +FROM python:3.9-alpine WORKDIR /app @@ -9,4 +9,4 @@ RUN pip3 install -r requirements.txt COPY . . -CMD [ "bash", "-c", "./entry.sh" ] \ No newline at end of file +CMD [ "python3", "daemon.py" ] \ No newline at end of file