mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-01-11 12:00:22 +00:00
fixed docker building
This commit is contained in:
parent
e30a9b9c9e
commit
2600566a30
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ RUN echo 'ffmpeg: "./bin/ffmpeg/ffmpeg"\nmkvmerge: "./bin/mkvtoolnix/mkvmerge"'
|
|||
|
||||
RUN npm install -g pnpm
|
||||
RUN pnpm i
|
||||
RUN pnpm run build-linux-gui
|
||||
RUN pnpm run build-linux-x64-gui
|
||||
|
||||
# Move build to new Clean Image
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue