update dockerfile and cfg set to stage base by default
This commit is contained in:
@@ -5,5 +5,6 @@ RUN go build -o app
|
||||
|
||||
FROM alpine:latest
|
||||
WORKDIR /main
|
||||
COPY --from=builder /main /main/
|
||||
COPY --from=builder /main/app /main/
|
||||
COPY --from=builder /main/cfg.yml /main/
|
||||
ENTRYPOINT ["/main/app"]
|
||||
Reference in New Issue
Block a user