This commit is contained in:
parent
06db990965
commit
90b2576555
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ COPY package.json ./
|
|||
COPY package-lock.json ./
|
||||
RUN npm ci
|
||||
COPY . ./
|
||||
RUN npm run check
|
||||
RUN npm run build
|
||||
|
||||
FROM git.webdeploy.it/webdeploy/yarn
|
||||
|
|
Loading…
Reference in a new issue