mirror of
https://github.com/criyle/go-sandbox.git
synced 2025-11-04 14:49:53 +08:00
DOCKER NOT WORKING
This commit is contained in:
parent
5bfbd6c8fe
commit
6407c89d90
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@ env*.sh
|
|||||||
/test
|
/test
|
||||||
|
|
||||||
.vscode
|
.vscode
|
||||||
|
runprog
|
||||||
|
|||||||
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
FROM golang
|
||||||
|
|
||||||
|
COPY . /app
|
||||||
|
WORKDIR /app/cmd/runprog
|
||||||
|
|
||||||
|
RUN go build
|
||||||
Loading…
Reference in New Issue
Block a user