Skip to content

Commit 3c7e684

Browse files
committed
Add ca-certificates installation to Dockerfile for frontend build
1 parent b592f59 commit 3c7e684

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/prod.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ go build -ldflags "-s -w -X 'github.com/Yavuzlar/CodinLab/internal/config.APP_VE
1919
FROM node:alpine AS frontend
2020
WORKDIR /app
2121
COPY ./frontend/. .
22+
RUN apk update && apk add ca-certificates && update-ca-certificates
2223
RUN npm install && npm run build
2324

2425

0 commit comments

Comments
 (0)