Browse Source

build version

master
gsd 7 months ago
parent
commit
4f1cdd216f
  1. 1
      Dockerfile

1
Dockerfile

@ -41,6 +41,7 @@ RUN cd backend && python3 config_parser.py --no-hide-check --err-check
#setup frontend
COPY frontend /app/frontend
RUN cd frontend/ang_dvrip \
&& echo "export const version = \"$(date +"%H:%M %d/%m/%y")\"" > ./src/app/version.ts \
&& npm install --reg https://nexus.pblr-nyk.pro/repository/npm/ \
&& npm run ng build \
&& rm -r /var/www/html \

Loading…
Cancel
Save