Merge branch 'master' into ben/Makefile-version-vars

This commit is contained in:
Ben Wilson 2020-04-06 15:35:40 -04:00 committed by GitHub
commit efeb3d9671
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -3,7 +3,4 @@ FROM golang:1.13
ADD . /workspace/cloudlog
WORKDIR /workspace/cloudlog
RUN make build
ENTRYPOINT ["/workspace/cloudlog/cloudlog"]
# Ignore me