updated dockerfile

This commit is contained in:
marcopiovanello
2026-05-28 13:28:08 +00:00
parent ca1a6c5125
commit b47e6fc734
+1 -3
View File
@@ -10,7 +10,7 @@ WORKDIR /usr/src/yt-dlp-webui/frontend
RUN rm -rf node_modules
RUN pnpm install
RUN pnpm run build
RUN pnpm build
# -----------------------------------------------------------------------------
# Go --------------------------------------------------------------------------
@@ -37,7 +37,5 @@ WORKDIR /app
COPY --from=build /usr/src/yt-dlp-webui/yt-dlp-webui /app
ENV JWT_SECRET=secret
EXPOSE 3033
ENTRYPOINT [ "./yt-dlp-webui" , "--out", "/downloads", "--conf", "/config/config.yml", "--db", "/config/local.db" ]