Skip to content
Snippets Groups Projects
Commit c75628a5 authored by Helmut Hutzler's avatar Helmut Hutzler
Browse files

Merge remote-tracking branch 'origin/main'

# Conflicts:
#	src/environments/environment.prod.ts
#	src/environments/environment.ts
parents 1cc86daa 220ec6f1
No related branches found
No related tags found
No related merge requests found
Pipeline #9057 passed
...@@ -3,7 +3,8 @@ ADD package.json package-lock.json /build/ ...@@ -3,7 +3,8 @@ ADD package.json package-lock.json /build/
WORKDIR /build WORKDIR /build
RUN npm install RUN npm install
ADD . /build ADD . /build
RUN npm run ng build "--configuration" production --progress false --aot --base-href=/ RUN npm run ng build -- --base-href=/
#RUN npm run ng build -- --configuration production --progress false --aot --base-href=/
#RUN npm run ng build --progress false --base-href=/ #RUN npm run ng build --progress false --base-href=/
RUN ls -Rl dist RUN ls -Rl dist
RUN pwd RUN pwd
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment