From ae8357fa6e7d552d4c810d51bf0c2ae28767321f Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 13 Apr 2024 14:40:11 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B3=20Remove=20rm=20dist/config,=20no?= =?UTF-8?q?=20longer=20needed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6b9a1fc4..cba3f347 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,8 +40,6 @@ RUN apk add --no-cache tzdata # Copy built application from build phase COPY --from=BUILD_IMAGE /app ./ -# Ensure only one version of conf.yml exists -RUN rm dist/conf.yml # Finally, run start command to serve up the built application CMD [ "yarn", "build-and-start" ]