We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b592f59 commit 3c7e684Copy full SHA for 3c7e684
docker/prod.Dockerfile
@@ -19,6 +19,7 @@ go build -ldflags "-s -w -X 'github.com/Yavuzlar/CodinLab/internal/config.APP_VE
19
FROM node:alpine AS frontend
20
WORKDIR /app
21
COPY ./frontend/. .
22
+RUN apk update && apk add ca-certificates && update-ca-certificates
23
RUN npm install && npm run build
24
25
0 commit comments