We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edd2681 commit 4eafb30Copy full SHA for 4eafb30
Dockerfile
@@ -29,7 +29,7 @@ RUN apk add --no-cache nodejs
29
WORKDIR /app
30
31
# Copy the built application from the builder stage
32
-COPY --from=builder /app /app
+COPY --from=builder /app/dist /app/dist
33
34
# Expose the port the app runs on
35
EXPOSE 4321
0 commit comments