mirror of
https://github.com/alice-lg/alice-lg.git
synced 2024-05-11 05:55:03 +00:00
7 lines
113 B
Docker
7 lines
113 B
Docker
|
|
FROM golang:1.10
|
|
|
|
WORKDIR /go/src/github.com/alice-lg/alice-lg
|
|
VOLUME ["/go/src/github.com/alice-lg/alice-lg"]
|
|
|