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