mirror of
https://github.com/whyour/qinglong.git
synced 2026-06-30 20:35:09 +08:00
更新dockerfile
This commit is contained in:
+2
-1
@@ -72,5 +72,6 @@ RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
|
||||
COPY --from=build /ql/node_modules /ql/node_modules/
|
||||
RUN cd ${QL_DIR} \
|
||||
&& yarn build \
|
||||
&& yarn build-back
|
||||
&& yarn build-back \
|
||||
&& rm -rf node_modules
|
||||
ENTRYPOINT ["entrypoint"]
|
||||
Reference in New Issue
Block a user