Fix Dockerfile
All checks were successful
Build and Push Docker Image on Tag / Build and Push Docker Image (push) Successful in 2h2m22s
All checks were successful
Build and Push Docker Image on Tag / Build and Push Docker Image (push) Successful in 2h2m22s
This commit is contained in:
@ -23,7 +23,8 @@ COPY --from=build /app/target/swisssign-challenge /app/swisssign-challenge
|
|||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|
||||||
# FOR DEMO PURPOSES
|
# FOR DEMO PURPOSES
|
||||||
COPY cv-actual.pdf .
|
RUN mkdir /srv/pdfs
|
||||||
COPY cv-stackoverflow.pdf .
|
COPY cv-actual.pdf /srv/pdfs/
|
||||||
|
COPY cv-stackoverflow.pdf /srv/pdfs/
|
||||||
|
|
||||||
CMD ["./swisssign-challenge"]
|
CMD ["./swisssign-challenge"]
|
Reference in New Issue
Block a user