Skip to content

Commit

Permalink
chore: update scratch container
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie committed Jul 3, 2024
1 parent 404adad commit 4f6fefa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile.web
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
FROM golang:alpine as build

RUN apk --no-cache add ca-certificates

WORKDIR /go/src/app

FROM scratch

WORKDIR /

COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY typhoon-web /main

ENTRYPOINT ["/main"]

0 comments on commit 4f6fefa

Please sign in to comment.