diff --git a/Dockerfile b/Dockerfile index 84910ec..15cf9e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,6 @@ RUN apk add --virtual .build-deps gcc musl-dev \ && apk --purge del .build-deps WORKDIR /code -COPY app.py /code +COPY app.py /code/ CMD ["python", "app.py"]