mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-15 14:24:39 +00:00
ci(docker): 修改docker构建
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
FROM node:10 as stage-build
|
||||
ARG VERSION
|
||||
ENV VERSION=$VERSION
|
||||
|
||||
WORKDIR /data
|
||||
ADD . /data
|
||||
RUN cd utils && bash -ix build.sh
|
||||
|
||||
Reference in New Issue
Block a user