Browse Source

Dockerfile

rainyan 4 năm trước cách đây
mục cha
commit
f3ef6e56a4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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