Gogs hace 2 años
padre
commit
62593238f1
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      Dockerfile

+ 2 - 0
Dockerfile

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