Skip to content
Snippets Groups Projects
Commit 0abf5291 authored by Tobias Mieves's avatar Tobias Mieves :sparkles:
Browse files

Merge remote-tracking branch 'origin/main' into develop

parents 070ca73b f5a28cce
No related branches found
No related tags found
1 merge request!36Fix permission in docker
...@@ -7,4 +7,5 @@ RUN pip install --no-cache-dir -r requirements.txt && rm requirements.txt ...@@ -7,4 +7,5 @@ RUN pip install --no-cache-dir -r requirements.txt && rm requirements.txt
COPY . /app COPY . /app
RUN mkdir -p /app/db/ && chmod +x /app/start.sh RUN mkdir -p /app/db/ && chmod +x /app/start.sh
EXPOSE 8000 EXPOSE 8000
USER 1000
ENTRYPOINT ["./start.sh"] ENTRYPOINT ["./start.sh"]
Django==5.0 Django==5.0.6
whitenoise==6.6.0 whitenoise==6.6.0
gunicorn==21.2.0 gunicorn==22.0.0
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment