Skip to content
Snippets Groups Projects
Commit 74305c1d authored by iaibrys's avatar iaibrys
Browse files

Ensure the cache directory has the right ownership

parent 88adf91d
Branches
No related tags found
No related merge requests found
Pipeline #324 passed
......@@ -49,6 +49,9 @@ ENV CHOWN=dtuuser:dtugroup
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
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