Skip to content

Commit

Permalink
Add results_dev to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mhkc committed Feb 6, 2024
1 parent 2fde16d commit a5e54c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ COPY --from=node-builder /usr/src/app/build/css/home.min.css /usr/src/app/build/
COPY --from=node-builder /usr/src/app/build/*/gens.min.* gens/blueprints/gens/static/

# make mountpoints and change ownership of app
RUN mkdir -p /access /fs1/results && chown -R app:app /home/app/app /access /fs1
RUN mkdir -p /access /fs1/results /fs1/results_dev && chown -R app:app /home/app/app /access /fs1 /fs1/results_dev
# Change the user to app
USER app

0 comments on commit a5e54c6

Please sign in to comment.