diff --git a/Dockerfile b/Dockerfile index 91813ea..f860fab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ RUN chmod +x /entrypoint.sh USER timetracker ENV PATH="$PATH:/home/timetracker/.local/bin" RUN pip install --no-cache-dir poetry -RUN poetry install --without dev +RUN poetry install EXPOSE 8000 -CMD [ "/entrypoint.sh" ] \ No newline at end of file +CMD [ "/entrypoint.sh" ]