rainyan hace 4 años
padre
commit
f3ef6e56a4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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