Copy example files in Dockerfile and add image-build.yaml

This commit is contained in:
2025-01-31 19:54:56 +01:00
parent 1d195c9167
commit d1ef527f5a
2 changed files with 39 additions and 0 deletions

View File

@ -22,4 +22,8 @@ COPY --from=build /app/target/swisssign-challenge /app/swisssign-challenge
EXPOSE 8080
# FOR DEMO PURPOSES
COPY cv-actual.pdf .
COPY cv-stackoverflow.pdf .
CMD ["./swisssign-challenge"]