Fix Dockerfile

This commit is contained in:
Richard Patel 2019-02-22 06:00:57 +01:00
parent 88856c1c19
commit c9ff102d80
No known key found for this signature in database
GPG Key ID: C268B2BBDA2ABECB

View File

@ -7,4 +7,4 @@ RUN cd /src \
FROM alpine
WORKDIR /app
COPY --from=builder /src/binary /app/
ENTRYPOINT ./binary
ENTRYPOINT [ "/app/binary", "server" ]