mirror of
https://github.com/aljazceru/khatru.git
synced 2026-01-05 22:44:25 +01:00
Add Docker instructions
This commit is contained in:
8
basic/Dockerfile
Normal file
8
basic/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM golang:1.15.5
|
||||
|
||||
WORKDIR /go/src/app
|
||||
COPY ./ .
|
||||
|
||||
RUN go get -d -v ./...
|
||||
RUN go install -v ./...
|
||||
RUN cd basic && make
|
||||
Reference in New Issue
Block a user