We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13c2ccc commit 64ca628Copy full SHA for 64ca628
Dockerfile
@@ -36,6 +36,7 @@ WORKDIR /app
36
COPY --from=builder /staging/package.json /staging/pnpm-lock.yaml ./
37
COPY --from=builder /staging/node_modules ./node_modules
38
COPY --from=builder /staging/build ./build
39
+COPY --from=builder /staging/.tunnel_key ./.tunnel_key
40
41
EXPOSE 3000
42
CMD ["node", "-r", "dotenv/config", "./build/index.js"]
0 commit comments