We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fde4d5 commit 4c70250Copy full SHA for 4c70250
1 file changed
Dockerfile
@@ -21,7 +21,7 @@ WORKDIR /app
21
COPY --from=builder /app/backend/out/index.js /app/index.js
22
COPY --from=builder /app/backend/drizzle /app/drizzle
23
COPY --from=builder /app/frontend/dist /app/dist
24
-COPY --from=builder /app/backend/docs/client /app/docs
+COPY --from=builder /app/backend/docs /app/docs
25
26
ENV NODE_ENV=production
27
LABEL org.opencontainers.image.source="https://github.com/EM-GeekLab/NexusGate"
0 commit comments