Update Dockerfile

This commit is contained in:
Ben Wilson 2020-03-24 15:23:27 -04:00 committed by GitHub
parent 92af1c6571
commit c353361490
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -4,4 +4,6 @@ ADD . /workspace/cloudlog
WORKDIR /workspace/cloudlog
RUN make build
ENTRYPOINT ["/workspace/cloudlog/cloudlog"]
ENTRYPOINT ["/workspace/cloudlog/cloudlog"]
# Ignore me