Skip to content

Commit

Permalink
add certificates in container
Browse files Browse the repository at this point in the history
  • Loading branch information
Daedaluz committed Dec 22, 2024
1 parent 86cd676 commit b124885
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ RUN apk add --no-cache git file && npm i -g pnpm@latest
RUN pnpm i
RUN pnpm run build

FROM alpine AS certs
RUN apk add --no-cache ca-certificates

FROM busybox:latest
COPY --from=certs /etc/ssl/certs /etc/ssl/certs
COPY --from=gobuilder /uyulala /usr/bin/uyulala
COPY --from=nodebuilder /src/dist /www
COPY /docker/uyulala.yml /etc/uyulala/uyulala.yml
Expand Down

0 comments on commit b124885

Please sign in to comment.