mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-06 08:34:14 +01:00
🐳 Remove rm dist/config, no longer needed
This commit is contained in:
parent
5214583ad0
commit
ae8357fa6e
1 changed files with 0 additions and 2 deletions
|
|
@ -40,8 +40,6 @@ RUN apk add --no-cache tzdata
|
||||||
|
|
||||||
# Copy built application from build phase
|
# Copy built application from build phase
|
||||||
COPY --from=BUILD_IMAGE /app ./
|
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
|
# Finally, run start command to serve up the built application
|
||||||
CMD [ "yarn", "build-and-start" ]
|
CMD [ "yarn", "build-and-start" ]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue