diff --git a/Dockerfile b/Dockerfile index fc55455..7dcb553 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,5 +6,4 @@ RUN go build -o app FROM alpine:latest WORKDIR /main COPY --from=builder /main/app /main/ -COPY --from=builder /main/cfg.yml /main/ -ENTRYPOINT ["/main/app"] \ No newline at end of file +ENTRYPOINT ["/main/app"]