添加功能
This commit is contained in:
parent
22559280b5
commit
60f8955d5f
|
@ -44,10 +44,10 @@ RUN set -x \
|
||||||
|
|
||||||
COPY ./dist/docker_linux_$TARGETARCH*/qinglong-go ${QL_DIR}/qinglong-go
|
COPY ./dist/docker_linux_$TARGETARCH*/qinglong-go ${QL_DIR}/qinglong-go
|
||||||
|
|
||||||
RUN chmod -R 777 /ql
|
RUN chmod -R 777 "/ql/qinglong-go"
|
||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|
||||||
VOLUME ${QL_DIR}/data
|
VOLUME ${QL_DIR}/data
|
||||||
|
|
||||||
CMD sudo ./qinglong-go
|
CMD ./qinglong-go
|
Loading…
Reference in New Issue