Skip to content

Commit

Permalink
Merge pull request #76 from wwWallet/ehic-issuer-dockerfile-fix
Browse files Browse the repository at this point in the history
removed redundant COPY commands
  • Loading branch information
kkmanos committed May 27, 2024
2 parents 8cd8363 + 8443367 commit f7c0464
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions wallet-enterprise-configurations/ehic-issuer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
FROM ghcr.io/wwwallet/wallet-enterprise:base AS builder
WORKDIR /app

COPY wallet-enterprise/ .
# COPY wallet-enterprise/ .
RUN rm -rf src/configuration/
COPY ./wallet-enterprise-configurations/ehic-issuer/src/configuration/ src/configuration/
COPY ./wallet-enterprise-configurations/ehic-issuer/public/styles/styles.css public/styles/styles.css
COPY ./wallet-enterprise-configurations/ehic-issuer/views/index.pug views/index.pug
COPY ./wallet-enterprise-configurations/ehic-issuer/views/header.pug views/header.pug


Expand Down

0 comments on commit f7c0464

Please sign in to comment.