install dev dependecies
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Lukáš Kucharczyk 2023-09-16 18:24:10 +02:00
parent cdb3b89b08
commit ff5d8c215d

View File

@ -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" ]
CMD [ "/entrypoint.sh" ]