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 549a38c commit 9b93ffdCopy full SHA for 9b93ffd
Dockerfile
@@ -16,7 +16,7 @@ FROM registry.access.redhat.com/ubi9/nodejs-18-minimal
16
17
RUN npm install -g serve
18
19
-COPY --from=build-stage /opt/app-root/src/out/ /opt/app-root/src
+COPY --from=build-stage /opt/app-root/src/.next/ /opt/app-root/src
20
21
EXPOSE 8080
22
0 commit comments