We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77a0d9d commit dea80d7Copy full SHA for dea80d7
Dockerfile
@@ -24,7 +24,7 @@ COPY src src
24
RUN yarn build:ncc
25
RUN yarn pkg -t node18-linuxstatic-$(cat .nodearch) -o ./dist-bin/dockerfile-x --compress=GZip ./dist/index.js
26
27
-FROM alpine:3 as certs
+FROM alpine:3 AS certs
28
RUN apk --update add ca-certificates
29
30
FROM golang:1.21 AS build-frontend
0 commit comments