mirror of
https://github.com/iv-org/invidious.io.git
synced 2025-01-13 08:39:38 -05:00
Update the Dockerfile to use the static version
This commit is contained in:
parent
01c3510863
commit
55a5e34d7f
@ -1,9 +1,2 @@
|
||||
FROM docker.io/library/node:16 as build
|
||||
COPY . .
|
||||
RUN npm install
|
||||
RUN npm run build
|
||||
|
||||
FROM docker.io/library/nginx:alpine
|
||||
COPY --from=build /public/ /usr/share/nginx/html/
|
||||
# TheFrenchGhosty: The videos/ folder has been removed, no idea why it's created
|
||||
RUN rm -rf /usr/share/nginx/html/videos
|
||||
COPY /public/ /usr/share/nginx/html/
|
||||
|
Loading…
Reference in New Issue
Block a user