Skip to content

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
anusha94 committed Nov 7, 2024
1 parent 775ff72 commit d8598c8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions manifests/dockerfile/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o /main

FROM scratch

ENV NPM_CONFIG_STRICT_SSL=true
ENV PYTHONHTTPSVERIFY 1
ENV NODE_TLS_REJECT_UNAUTHORIZED=1

COPY --from=builder /main /main

LABEL MAINTAINER="Nirmata"

ENTRYPOINT ["/main"]

0 comments on commit d8598c8

Please sign in to comment.