Initial commit
This commit is contained in:
9
app/Dockerfile
Normal file
9
app/Dockerfile
Normal file
@ -0,0 +1,9 @@
|
||||
FROM golang:1.14
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN go build -o app
|
||||
|
||||
CMD /app/app
|
Reference in New Issue
Block a user