Ver Fonte

Dockerfile

rainyan há 4 anos atrás
pai
commit
f3ef6e56a4
1 ficheiros alterados com 1 adições e 1 exclusões
  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