Gogs 2 years ago
parent
commit
62593238f1
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Dockerfile

+ 2 - 0
Dockerfile

@@ -4,6 +4,8 @@ RUN echo 'Asia/Shanghai' > /etc/timezone
 
 
 COPY gsdk /go/bin/
 COPY gsdk /go/bin/
 RUN chmod +x /go/bin/gsdk
 RUN chmod +x /go/bin/gsdk
+COPY gsdkserver /go/bin/
+RUN chmod +x /go/bin/gsdkserver
 COPY agollo.json /go/bin/agollo.json
 COPY agollo.json /go/bin/agollo.json
 WORKDIR /go/bin
 WORKDIR /go/bin