Remove volume before better solution is made
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Lukáš Kucharczyk 2023-01-03 12:38:51 +01:00
parent c03b9fe8e1
commit 7d31f6f416
1 changed files with 0 additions and 1 deletions

View File

@ -15,6 +15,5 @@ RUN chown -R timetracker /home/timetracker/app
RUN poetry install
RUN make migrate && make loadplatforms
EXPOSE 8000
VOLUME [ "/home/timetracker/app/src/web/db.sqlite3" ]
USER timetracker
CMD [ "python3", "src/web/manage.py", "runserver", "0.0.0.0:8000" ]