Skip to content

Commit

Permalink
Add /tmp and /run volumes
Browse files Browse the repository at this point in the history
Issue #1831
Issue #1840
  • Loading branch information
nijel committed May 25, 2023
1 parent e9baff1 commit 384b4de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,8 @@ RUN chmod a+rx /app/bin/start
EXPOSE 8080
VOLUME /app/data
VOLUME /app/cache
VOLUME /tmp
VOLUME /run

# Numerical value is needed for OpenShift S2I, see
# https://docs.openshift.com/container-platform/latest/openshift_images/create-images.html
Expand Down

0 comments on commit 384b4de

Please sign in to comment.