Skip to content

Commit 3725d49

Browse files
committed
Update Dockerfile
1 parent 4b12fbd commit 3725d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ ENV UID=12345
9595
RUN addgroup -S "$USER" && adduser -S --uid "$UID" "$USER" && apk add --no-cache tini
9696

9797
COPY --from=build /app/web/public ./public
98-
COPY --from=build --chown="$USER":"$USER" /app/web/.next/standalone ./
98+
COPY --from=build --chown="$USER":"$USER" /app/web/.next/standalone/web ./
9999
COPY --from=build --chown="$USER":"$USER" /app/web/.next/static ./.next/static
100100

101101
RUN ls

0 commit comments

Comments
 (0)