Skip to content

Commit

Permalink
fix: do not copy env files for image
Browse files Browse the repository at this point in the history
  • Loading branch information
Datron committed Dec 4, 2024
1 parent 009f229 commit 83d4250
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion example.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,5 @@ COPY --from=builder /build/target/release/superposition /app/superposition
COPY --from=builder /build/Cargo.toml /app/Cargo.toml
COPY --from=builder /build/target/site /app/target/site
COPY --from=builder /build/target/node_modules /app/target/node_modules
COPY --from=builder /build/target/.env /app/.env
COPY --from=builder /build/saml-idp-meta.xml /app/saml-idp-meta.xml
CMD ["./superposition_demo.sh"]

0 comments on commit 83d4250

Please sign in to comment.