Commit 5e5bb303 authored by ginuerzh's avatar ginuerzh

update Dockerfile

parent d8754bfb
FROM golang:alpine as builder
FROM golang:1 as builder
ADD . /go/src/github.com/ginuerzh/gost/
ADD . /data
RUN go install github.com/ginuerzh/gost/cmd/gost
WORKDIR /data
RUN cd cmd/gost && go install
FROM alpine:latest
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment