initial commit
This commit is contained in:
12
Dockerfile
Normal file
12
Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
FROM golang:alpine
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY . /app
|
||||
|
||||
RUN apk add npm
|
||||
|
||||
RUN go generate
|
||||
RUN go build main.go
|
||||
|
||||
ENTRYPOINT main.go
|
||||
Reference in New Issue
Block a user