Skip to content

Commit

Permalink
Remove copy login.pug from dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gkatrakazas committed Jun 10, 2024
1 parent 666dbfe commit 85a84c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wallet-enterprise-configurations/diploma-issuer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ WORKDIR /app
COPY wallet-enterprise/ .
RUN rm -rf src/configuration/
COPY ./wallet-enterprise-configurations/diploma-issuer/src/configuration /app/src/configuration
COPY ./wallet-enterprise-configurations/diploma-issuer/views/issuer/login.pug /app/views/issuer/login.pug
COPY ./wallet-enterprise-configurations/diploma-issuer/public/styles/styles.css /app/public/styles/styles.css
COPY ./wallet-enterprise-configurations/diploma-issuer/public/images /app/public/images
COPY ./wallet-enterprise-configurations/diploma-issuer/views/header.pug /app/views/header.pug
Expand Down

0 comments on commit 85a84c2

Please sign in to comment.