🐳 Remove rm dist/config, no longer needed

This commit is contained in:
Alicia Sykes 2024-04-13 14:40:11 +01:00
parent 5214583ad0
commit ae8357fa6e
1 changed files with 0 additions and 2 deletions

View File

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