Dockerfile
This commit is contained in:
@@ -19,7 +19,7 @@ RUN yum install -y wget && \
|
|||||||
WORKDIR $GOPATH
|
WORKDIR $GOPATH
|
||||||
COPY . gin-vue
|
COPY . gin-vue
|
||||||
|
|
||||||
RUN cd server && go build -o app;
|
RUN cd gin-vue && go build -o app;
|
||||||
|
|
||||||
EXPOSE 8888
|
EXPOSE 8888
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user