mirror of
https://github.com/alvierahman90/gohookr.git
synced 2024-11-21 12:19:52 +00:00
Add Dockerfile
This commit is contained in:
parent
76197520e7
commit
3fa2c958f7
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@ -0,0 +1,9 @@
|
||||
FROM golang:1.16
|
||||
|
||||
WORKDIR /go/src/app
|
||||
COPY . .
|
||||
|
||||
RUN go get -d -v ./...
|
||||
RUN go install -v ./...
|
||||
|
||||
CMD ["gohookr"]
|
Loading…
Reference in New Issue
Block a user