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" ]