Browse Source

Dockerfile

rainyan 4 years ago
parent
commit
f3ef6e56a4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      server/Dockerfile

+ 1 - 1
server/Dockerfile

@@ -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