Skip to content

Commit

Permalink
Fix Dockerfile (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpppk authored Dec 15, 2020
1 parent d84d20c commit 1c3a5bb
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 @@ -13,5 +13,5 @@ RUN make build
FROM alpine:3.12
RUN mkdir /lib64
RUN ln -s /lib/libc.musl-x86_64.so.1 /lib64/ld-linux-x86-64.so.2
COPY --from=builder /src/messagen /usr/local/bin
COPY --from=builder /src/messagen.bin /usr/local/bin/messagen
ENTRYPOINT ["/usr/local/bin/messagen"]

0 comments on commit 1c3a5bb

Please sign in to comment.