We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8953e21 commit a20150eCopy full SHA for a20150e
1 file changed
Dockerfile
@@ -32,3 +32,5 @@ COPY --from=builder /app/package.json ./package.json
32
COPY --from=builder /app/pnpm-lock.yaml ./pnpm-lock.yaml
33
RUN npm install -g pnpm
34
CMD ["pnpm", "run", "start"]
35
+
36
0 commit comments