mirror of
https://github.com/SourceFellows/gobuch.git
synced 2025-08-03 21:22:17 +02:00
initial import
This commit is contained in:
7
cloud-provider/docker-sample/Dockerfile
Normal file
7
cloud-provider/docker-sample/Dockerfile
Normal file
@ -0,0 +1,7 @@
|
||||
FROM golang
|
||||
|
||||
WORKDIR /go/src/app
|
||||
COPY *.go .
|
||||
RUN go install .
|
||||
|
||||
CMD ["app"]
|
Reference in New Issue
Block a user