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

add asset output for cdk

parent 1fadb6db
No related branches found
No related tags found
2 merge requests!147Production Release,!145CDK Asset
......@@ -38,6 +38,14 @@ ENV NETCDF_FILE ${SERVICE}-example.nc
WORKDIR /app
USER root
RUN mkdir /asset-output \
&& chown -R usgs-user:usgs-user /app \
&& chown -R usgs-user:usgs-user /asset-output
USER usgs-user
COPY --from=builder /app/src/aashto/build/libs/aashto-all.jar aashto.jar
COPY --from=builder /app/src/aashto/src/main/resources/aashto-example.nc .
......
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