Skip to content

Commit 0dffcc9

Browse files
committed
fix: build
1 parent 00f480e commit 0dffcc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN pnpm prune --production
1616
FROM base
1717
COPY --from=prod-deps /app/node_modules /app/node_modules
1818
COPY --from=build /app/build /app/build
19-
COPY openapi.json /app/openapi.json
19+
2020
EXPOSE 3000
2121
ENV NODE_ENV=production
2222
ENV PORT 3000

0 commit comments

Comments
 (0)