diff --git a/Dockerfile b/Dockerfile index 2bd4d4c2..93d0cfbf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ WORKDIR /noir COPY . . RUN shards install --production && \ - shards build --release --production --static --no-debug + shards build --release --no-debug --production # RUNNER FROM alpine:latest