Skip to content
Snippets Groups Projects
Commit 3770e71d authored by iaibrys's avatar iaibrys
Browse files

Merge remote-tracking branch 'origin/release-2019.0'

* origin/release-2019.0:
  Ensure the cache directory has the right ownership
  Ensure the logfiles exist.
parents 08767143 74305c1d
Branches
No related tags found
No related merge requests found
Pipeline #386 passed
...@@ -49,6 +49,9 @@ ENV CHOWN=dtuuser:dtugroup ...@@ -49,6 +49,9 @@ ENV CHOWN=dtuuser:dtugroup
RUN chown -R ${CHOWN} /getpdf-server RUN chown -R ${CHOWN} /getpdf-server
# Create and chown this directory so that the volume will inherit the permissions
RUN chown -R ${CHOWN} /cache
USER dtuuser USER dtuuser
ENV NVM_DIR=/getpdf-server/nvm ENV NVM_DIR=/getpdf-server/nvm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment