Add VOLUMEs

This commit is contained in:
Joakim Hellsén 2024-03-18 01:55:55 +01:00
commit 28d76f534a
No known key found for this signature in database
GPG key ID: D196AE66FEBE1DC9

View file

@ -60,5 +60,8 @@ USER appuser
# The port the application will listen on
EXPOSE 8000
# Shared volume for static files, media files, and logs
VOLUME ["/app/staticfiles", "/app/media", "/app/data"]
# Run startup script
CMD ["./docker-entrypoint.sh"]