Dockerfile: Fix copy paste mistake
continuous-integration/drone/push Build is passing Details

master 0.0.1
Luther Wen Xu 2020-04-21 22:27:27 +07:00
parent 64c096860a
commit 3e40b6ecdb
Signed by: chanbakjsd
GPG Key ID: B7D77E3E9D102B70
1 changed files with 1 additions and 1 deletions

@ -7,4 +7,4 @@ FROM golang:1.14.2
WORKDIR /root/
COPY --from=build /root/Status .
EXPOSE 8080
CMD ["./ASUBot"]
CMD ["./Status"]