There was an error while loading. Please reload this page.
1 parent 534ed4d commit 83d47dbCopy full SHA for 83d47db
1 file changed
Dockerfile
@@ -6,7 +6,7 @@ COPY package.json package-lock.json ./
6
RUN SKIP_HOOKS=true npm ci
7
8
# Package the import-meta-env as single binary as we don't have node on the production container
9
-RUN npx @yao-pkg/pkg ./node_modules/@import-meta-env/cli/bin/import-meta-env.js \
+RUN npx @yao-pkg/pkg@6.12.0 ./node_modules/@import-meta-env/cli/bin/import-meta-env.js \
10
-t node20-alpine-x64 \
11
-o import-meta-env-alpine
12
# To get the git commit hash later
0 commit comments