Przeglądaj źródła

Add dockerfile.

master
Chris Smith 5 lat temu
rodzic
commit
0fc7b00ddb
1 zmienionych plików z 10 dodań i 0 usunięć
  1. 10
    0
      Dockerfile

+ 10
- 0
Dockerfile Wyświetl plik

@@ -0,0 +1,10 @@
1
+FROM golang:alpine
2
+
3
+WORKDIR /go/src/app
4
+COPY . .
5
+
6
+RUN apk add git build-base
7
+
8
+RUN GO111MODULE=on go install -v ./...
9
+
10
+CMD ["dotege"]

Ładowanie…
Anuluj
Zapisz