Gogs 2 年之前
父節點
當前提交
62593238f1
共有 1 個文件被更改,包括 2 次插入0 次删除
  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