Remove the deleted entrypoint
1 files changed, 0 insertions(+), 2 deletions(-) M Dockerfile
M Dockerfile +0 -2
@@ 3,7 3,5 @@ FROM python:3-alpine COPY ./ /usr/src/app RUN pip install --no-cache-dir -r /usr/src/app/requirements.txt -COPY docker/build/entrypoint.sh /entrypoint - CMD [ "python", "/usr/src/app/waitress_server.py" ]