We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8386cb5 commit fd4eef0Copy full SHA for fd4eef0
services/auth-ui/Dockerfile
@@ -19,7 +19,7 @@ WORKDIR /app
19
20
ENV PORT=80
21
22
-COPY --from=builder /app/dist ./build
+COPY --from=builder /app/dist ./dist
23
COPY scripts/ ./scripts
24
COPY server.js .
25
0 commit comments