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

Changing docker File for prodcution

parent 08c71539
No related branches found
No related tags found
No related merge requests found
Pipeline #9308 failed
......@@ -3,8 +3,8 @@ ADD package.json package-lock.json /build/
WORKDIR /build
RUN npm install
ADD . /build
RUN npm run ng build -- --base-href=/
#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 ls -Rl dist
RUN pwd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment