We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b12fbd commit 3725d49Copy full SHA for 3725d49
web/Dockerfile
@@ -95,7 +95,7 @@ ENV UID=12345
95
RUN addgroup -S "$USER" && adduser -S --uid "$UID" "$USER" && apk add --no-cache tini
96
97
COPY --from=build /app/web/public ./public
98
-COPY --from=build --chown="$USER":"$USER" /app/web/.next/standalone ./
+COPY --from=build --chown="$USER":"$USER" /app/web/.next/standalone/web ./
99
COPY --from=build --chown="$USER":"$USER" /app/web/.next/static ./.next/static
100
101
RUN ls
0 commit comments