Skip to content

Commit 4eafb30

Browse files
committed
fix: builder
1 parent edd2681 commit 4eafb30

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
@@ -29,7 +29,7 @@ RUN apk add --no-cache nodejs
2929
WORKDIR /app
3030

3131
# Copy the built application from the builder stage
32-
COPY --from=builder /app /app
32+
COPY --from=builder /app/dist /app/dist
3333

3434
# Expose the port the app runs on
3535
EXPOSE 4321

0 commit comments

Comments
 (0)