添加功能
This commit is contained in:
parent
71cc625efd
commit
3d54ea54cc
|
@ -39,10 +39,11 @@ RUN set -x \
|
|||
&& npm install -g yarn \
|
||||
&& rm -rf /root/.cache \
|
||||
&& rm -rf /root/.npm \
|
||||
&& mkdir /ql
|
||||
|
||||
COPY ./dist/docker_linux_$TARGETARCH*/qinglong-go ${QL_DIR}/qinglong-go
|
||||
|
||||
RUN chmod -R 777 ${QL_DIR}/qinglong-go
|
||||
RUN ls /ql && chmod -R 777 ${QL_DIR}/qinglong-go
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
|
|
Loading…
Reference in New Issue