Skip to content

Commit 9b93ffd

Browse files
committed
Update Dockerfile
1 parent 549a38c commit 9b93ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ FROM registry.access.redhat.com/ubi9/nodejs-18-minimal
1616

1717
RUN npm install -g serve
1818

19-
COPY --from=build-stage /opt/app-root/src/out/ /opt/app-root/src
19+
COPY --from=build-stage /opt/app-root/src/.next/ /opt/app-root/src
2020

2121
EXPOSE 8080
2222

0 commit comments

Comments
 (0)