mirror of
https://github.com/alexta69/metube.git
synced 2025-04-04 04:37:39 +03:00
Add auto start option for metube
This commit is contained in:
parent
ca68c9d0fd
commit
d12fc37a50
9 changed files with 457 additions and 397 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue