diff --git a/Dockerfile b/Dockerfile index df29a43..1a7c144 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,4 +31,4 @@ RUN pip install --no-cache-dir poetry RUN poetry install --without dev EXPOSE 8000 -ENTRYPOINT [ "/entrypoint.sh" ] \ No newline at end of file +CMD [ "/entrypoint.sh" ] \ No newline at end of file