We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04242e9 commit f96ba88Copy full SHA for f96ba88
Dockerfile
@@ -39,7 +39,8 @@ FROM node:20.5.0-alpine3.18
39
RUN apk update && apk add --no-cache ca-certificates bash tini curl
40
WORKDIR /app/noel/site
41
42
-COPY --from=build /build/dist /app/noel/site/dist
+COPY --from=build /build/node_modules /app/noel/site/node_modules
43
+COPY --from=build /build/dist /app/noel/site/dist
44
45
RUN addgroup -g 1001 noel && \
46
adduser -DSH -u 1001 -G noel noel && \
0 commit comments