Commit e769c99a authored by ibuler's avatar ibuler

[Update] 修改docker file

parent c0f45aed
FROM node as stage-build
ADD . /data
WORKDIR /data
ADD ./package.json /data/package.json
RUN npm i
ADD . /data
RUN npm run-script build
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment