Skip to content

Commit f96ba88

Browse files
committed
fix docker image
1 parent 04242e9 commit f96ba88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ FROM node:20.5.0-alpine3.18
3939
RUN apk update && apk add --no-cache ca-certificates bash tini curl
4040
WORKDIR /app/noel/site
4141

42-
COPY --from=build /build/dist /app/noel/site/dist
42+
COPY --from=build /build/node_modules /app/noel/site/node_modules
43+
COPY --from=build /build/dist /app/noel/site/dist
4344

4445
RUN addgroup -g 1001 noel && \
4546
adduser -DSH -u 1001 -G noel noel && \

0 commit comments

Comments
 (0)