mirror of https://github.com/Lissy93/dashy.git
🐳 Remove rm dist/config, no longer needed
This commit is contained in:
parent
5214583ad0
commit
ae8357fa6e
|
@ -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" ]
|
||||
|
|
Loading…
Reference in New Issue