Browse Source

Update Dockerfile

pull/53/head
Agung 6 years ago
committed by GitHub
parent
commit
617b56b0cc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Dockerfile

2
Dockerfile

@ -1,6 +1,6 @@
FROM alpine:3.11
COPY binaries/x86_64/* /app
COPY binaries/x86_64/* /app/
RUN ln -s /app/* /usr/bin

Loading…
Cancel
Save