Skip to content

Commit 4c70250

Browse files
committed
fix(docker): update docs path from docs/client to docs
1 parent 8fde4d5 commit 4c70250

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ WORKDIR /app
2121
COPY --from=builder /app/backend/out/index.js /app/index.js
2222
COPY --from=builder /app/backend/drizzle /app/drizzle
2323
COPY --from=builder /app/frontend/dist /app/dist
24-
COPY --from=builder /app/backend/docs/client /app/docs
24+
COPY --from=builder /app/backend/docs /app/docs
2525

2626
ENV NODE_ENV=production
2727
LABEL org.opencontainers.image.source="https://github.com/EM-GeekLab/NexusGate"

0 commit comments

Comments
 (0)