Skip to content

Commit

Permalink
Merge pull request #496 from owasp-noir/update-docker
Browse files Browse the repository at this point in the history
fix(docker): remove static build option for improved compatibility
  • Loading branch information
hahwul authored Jan 18, 2025
2 parents b44b44f + a9d4622 commit 0721dd7
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 0721dd7

Please sign in to comment.