From 8443367ff3417f4e6cc405105938ff1fa7e6015b Mon Sep 17 00:00:00 2001 From: kkmanos Date: Mon, 27 May 2024 14:17:38 +0300 Subject: [PATCH] removed redundant COPY commands --- wallet-enterprise-configurations/ehic-issuer/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/wallet-enterprise-configurations/ehic-issuer/Dockerfile b/wallet-enterprise-configurations/ehic-issuer/Dockerfile index b6295e7..df714dc 100755 --- a/wallet-enterprise-configurations/ehic-issuer/Dockerfile +++ b/wallet-enterprise-configurations/ehic-issuer/Dockerfile @@ -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