Skip to content

Commit fd4eef0

Browse files
authored
chore(auth-ui): update build path in Dockerfile (#1098)
1 parent 8386cb5 commit fd4eef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/auth-ui/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ WORKDIR /app
1919

2020
ENV PORT=80
2121

22-
COPY --from=builder /app/dist ./build
22+
COPY --from=builder /app/dist ./dist
2323
COPY scripts/ ./scripts
2424
COPY server.js .
2525

0 commit comments

Comments
 (0)