mirror of
https://github.com/alvierahman90/gohookr.git
synced 2025-10-13 01:44:22 +00:00
Add Dockerfile
This commit is contained in:
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"]
|
Reference in New Issue
Block a user