|
|
@ -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 \ |
|
|
|