rainyan il y a 4 ans
Parent
commit
f3ef6e56a4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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