fix: Added pnpm-workspace to release stage of docker file
Build and Push Development Docker Image / build-and-push (push) Successful in 3m43s
Build and Push Development Docker Image / build-and-push (push) Successful in 3m43s
This commit is contained in:
@@ -13,6 +13,7 @@ FROM git.luke-else.co.uk/luke-else/nodejs:latest AS run
|
||||
|
||||
WORKDIR /app
|
||||
COPY --from=build /app/package.json ./package.json
|
||||
COPY --from=build /app/pnpm-workspace.yaml ./pnpm-workspace.yaml
|
||||
COPY --from=build /app/.npmrc ./.npmrc
|
||||
COPY --from=build /app/build ./build
|
||||
RUN pnpm install --prod
|
||||
|
||||
Reference in New Issue
Block a user