🐳 Remove rm dist/config, no longer needed
This commit is contained in:
@@ -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" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user