Skip to content

Commit

Permalink
fix: update Dockerfile to create 1 image so sdk-go can load properly
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrajovic committed Oct 8, 2024
1 parent 1c63813 commit 6e178f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ RUN go mod download
RUN DOCKER=true make install

#build main container
FROM alpine:latest
#FROM alpine:latest
RUN apk add --update --no-cache ca-certificates curl libgcc
COPY --from=builder /go/bin/* /usr/local/bin/
#COPY --from=builder /go/bin/* /usr/local/bin/

#configure container
VOLUME /apps/data
Expand Down

0 comments on commit 6e178f4

Please sign in to comment.