diff --git a/vingo/Dockerfile b/vingo/Dockerfile index 8c77338..df96819 100644 --- a/vingo/Dockerfile +++ b/vingo/Dockerfile @@ -24,8 +24,6 @@ FROM alpine:3.19 WORKDIR / -COPY layouts layouts - COPY --from=build vingo . ENTRYPOINT ["./vingo"]