提交 f3ef6e56 编写于 作者: R rainyan

Dockerfile

上级 74fca64f
......@@ -19,7 +19,7 @@ RUN yum install -y wget && \
WORKDIR $GOPATH
COPY . gin-vue
RUN cd server && go build -o app;
RUN cd gin-vue && go build -o app;
EXPOSE 8888
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册