We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d5ec31 commit 921fb77Copy full SHA for 921fb77
1 file changed
Dockerfile
@@ -1,5 +1,7 @@
1
FROM node:20-alpine
2
3
+LABEL org.opencontainers.image.source="https://github.com/orgs/metaid-developers/shownow-backend"
4
+
5
RUN corepack enable && corepack prepare pnpm@9.15.3 --activate
6
7
# native 模块(如 better-sqlite3)编译依赖;node-gyp 需要 python
0 commit comments