mirror of
https://github.com/alexta69/metube.git
synced 2025-04-03 20:27:36 +03:00
Add AUDIO_DOWNLOAD_DIR option
This commit is contained in:
parent
95c0195c22
commit
dabaae58e2
4 changed files with 6 additions and 2 deletions
|
@ -2,7 +2,7 @@ FROM node as builder
|
|||
|
||||
WORKDIR /metube
|
||||
COPY ui ./
|
||||
RUN npm install && \
|
||||
RUN npm ci && \
|
||||
node_modules/.bin/ng build --prod
|
||||
|
||||
|
||||
|
@ -25,6 +25,7 @@ COPY app ./app
|
|||
COPY --from=builder /metube/dist/metube ./ui/dist/metube
|
||||
|
||||
ENV DOWNLOAD_DIR /downloads
|
||||
ENV AUDIO_DOWNLOAD_DIR /downloads
|
||||
VOLUME /downloads
|
||||
EXPOSE 8081
|
||||
CMD ["python3", "app/main.py"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue