Actually add entrypoint.sh
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Lukáš Kucharczyk 2023-01-03 13:08:18 +01:00
parent 811e7771cc
commit 76bd923a00

View File

@ -15,5 +15,6 @@ RUN chown -R timetracker /home/timetracker/app
RUN poetry install
EXPOSE 8000
USER timetracker
COPY entrypoint.sh .
ENTRYPOINT [ "entrypoint.sh" ]
# CMD [ "python3", "src/web/manage.py", "runserver", "0.0.0.0:8000" ]