e-Preprint archive nrpl.xyz

Fix Build Failure on Dockerfile #2

merged opened by vaporize.me targeting master

Directory should be created first before changing the ownership.

Labels

None yet.

assignee

None yet.

Participants 2
AT URI
at://did:plc:y2rmteefnuyglpyoski6bzzv/sh.tangled.repo.pull/3mf2kg2rbaz22
+2 -1
Diff #0
+2 -1
Dockerfile
··· 35 35 COPY --chown=appuser:appuser .env . 36 36 COPY --chown=appuser:appuser handles.txt . 37 37 38 - RUN chown -R appuser:appuser /app/data/gnupg 38 + RUN mkdir -p /app/data/gnupg \ 39 + && chown -R appuser:appuser /app/data/gnupg 39 40 40 41 # Copy entrypoint 41 42 COPY entrypoint.sh /entrypoint.sh

History

1 round 1 comment
sign up or login to add to the discussion
vaporize.me submitted #0
expand 1 comment

Looks like we need to create some good unit tests for this project. Merged!

pull request successfully merged