测试entrypoint

This commit is contained in:
hanhh
2021-06-15 23:33:41 +08:00
parent f6d7c3c35e
commit 63cc3e59b4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
FROM node:lts-alpine
LABEL maintainer="whyour"
ARG QL_URL=https://github.com/whyour/qinglong.git
ARG QL_BRANCH=master
ARG QL_BRANCH=develop
ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin \
LANG=zh_CN.UTF-8 \
SHELL=/bin/bash \