init
This commit is contained in:
@@ -3,15 +3,14 @@ FROM --platform=linux/amd64 node:18.19.0 as build
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN npm run bump-version
|
||||
|
||||
COPY package*.json ./
|
||||
|
||||
RUN npm install
|
||||
|
||||
RUN npm install -g @angular/cli
|
||||
|
||||
# Verhoog de versie
|
||||
RUN npm run bump-version
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN ng build --configuration=production
|
||||
|
||||
Reference in New Issue
Block a user