This commit is contained in:
@@ -11,7 +11,7 @@ globals:
|
|||||||
from_secret: gitea_password
|
from_secret: gitea_password
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: API # building the API docker image
|
- name: Build Web App
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ FROM node:12.19.0-buster AS compile-image
|
|||||||
|
|
||||||
WORKDIR /opt/ng
|
WORKDIR /opt/ng
|
||||||
COPY package.json /opt/ng/package.json
|
COPY package.json /opt/ng/package.json
|
||||||
RUN npm install
|
RUN npm install@lastest
|
||||||
RUN npm install -g @angular/cli
|
RUN npm install -g @angular/cli
|
||||||
ENV PATH="./node_modules/.bin:$PATH"
|
ENV PATH="./node_modules/.bin:$PATH"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user