Skip to content

Commit

Permalink
Build deb packages without extra debug symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
carlhoerberg committed Feb 20, 2024
1 parent bd95102 commit 40cc76d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deb.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /tmp/amqproxy
COPY README.md shard.yml shard.lock ./
RUN shards install --production
COPY src/ src/
RUN shards build --production --release --debug
RUN shards build --production --release

COPY extras/amqproxy.service extras/amqproxy.service
COPY config/example.ini config/example.ini
Expand Down

0 comments on commit 40cc76d

Please sign in to comment.