Skip to content
Snippets Groups Projects
Commit a88c80f0 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

add asset output

parent 6c0e3ee5
No related branches found
No related tags found
2 merge requests!743Production Release | nshmp-haz,!741Docker Images
...@@ -54,7 +54,9 @@ WORKDIR /app ...@@ -54,7 +54,9 @@ WORKDIR /app
USER root USER root
RUN chown -R usgs-user:usgs-user /app RUN mkdir /asset-output \
&& chown -R usgs-user:usgs-user /app \
&& chown -R usgs-user:usgs-user /asset-output
USER usgs-user USER usgs-user
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment