Skip to content

Commit

Permalink
test volume
Browse files Browse the repository at this point in the history
  • Loading branch information
josiahzimmerman-caci committed Jan 15, 2025
1 parent 8029c72 commit 7a1c3e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile.dp3
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ COPY bin/rds-ca-rsa4096-g1.pem /bin/rds-ca-rsa4096-g1.pem
COPY bin/milmove /bin/milmove

# Ephemeral volume
COPY --from=build-env --chown=65532:65532 /ephemeral-dir /ephemeral-dir
#COPY --from=build-env --chown=65532:65532 /ephemeral-dir /ephemeral-dir

# Demo Environment certs
COPY config/tls/api.demo.dp3.us.chain.der.p7b /config/tls/api.demo.dp3.us.chain.der.p7b
Expand All @@ -34,6 +34,8 @@ COPY public/static/react-file-viewer /public/static/react-file-viewer

ENTRYPOINT ["/bin/milmove"]

VOLUME [ "/ephemeral-dir" ]

CMD ["serve", "--logging-level=debug"]

EXPOSE 8080

0 comments on commit 7a1c3e9

Please sign in to comment.