Update Dockerfile

This commit is contained in:
Agung 2020-05-09 13:27:50 +07:00 committed by GitHub
parent 1b4dc5b492
commit 617b56b0cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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