We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5942400 commit 19342faCopy full SHA for 19342fa
Dockerfile_ui
@@ -38,6 +38,7 @@ RUN --mount=type=cache,target=/root/.npm \
38
# Bring in built assets and server entry from builder
39
COPY --from=builder /app/dist ./dist
40
COPY --from=builder /app/server-start.js ./
41
+COPY --from=builder /app/request-logging.js ./
42
43
EXPOSE 3030
44
0 commit comments