This commit is contained in:
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM golang:latest
|
||||
|
||||
COPY . /opt/build
|
||||
|
||||
RUN cd /opt/build && go build *.go
|
||||
|
||||
Reference in New Issue
Block a user