angular 13 and bootstrap 5

This commit is contained in:
Alex Shnitman 2022-06-23 23:30:09 +03:00
parent dccf8d5bf6
commit ad0eab880c
10 changed files with 5538 additions and 16117 deletions

View file

@ -3,7 +3,7 @@ FROM node:lts-alpine as builder
WORKDIR /metube
COPY ui ./
RUN npm ci && \
node_modules/.bin/ng build --prod
node_modules/.bin/ng build --configuration production
FROM python:3.8-alpine