Skip to content

Commit

Permalink
fix(docker): remove static build option for improved compatibility
Browse files Browse the repository at this point in the history
Signed-off-by: HAHWUL <hahwul@gmail.com>
  • Loading branch information
hahwul committed Jan 18, 2025
1 parent 8039fdb commit a9d4622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a9d4622

Please sign in to comment.