Add auto start option for metube

This commit is contained in:
Qiao Wang 2023-12-09 12:35:31 +08:00
parent ca68c9d0fd
commit d12fc37a50
9 changed files with 457 additions and 397 deletions

View file

@ -1,4 +1,4 @@
FROM node:18-alpine as builder
FROM node:20-alpine as builder
WORKDIR /metube
COPY ui ./
@ -6,7 +6,7 @@ RUN npm ci && \
node_modules/.bin/ng build --configuration production
FROM python:3.8-alpine
FROM python:3.11-alpine
WORKDIR /app