diff --git a/Dockerfile b/Dockerfile index 97b44d1d..150d88a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,9 +14,9 @@ ENV BABASHKA_STATIC="true" ENV BABASHKA_XMX=$BABASHKA_XMX COPY . . +RUN ./script/uberjar RUN ./script/compile - FROM alpine:latest RUN apk add --no-cache curl