Skip to content

Commit

Permalink
🐳 Remove rm dist/config, no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed Apr 13, 2024
1 parent 5214583 commit ae8357f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
Expand Down

0 comments on commit ae8357f

Please sign in to comment.