mirror of
https://github.com/alexta69/metube.git
synced 2025-04-03 20:27:36 +03:00
angular 13 and bootstrap 5
This commit is contained in:
parent
dccf8d5bf6
commit
ad0eab880c
10 changed files with 5538 additions and 16117 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue