Fix docker builds
This commit is contained in:
parent
172e6ac6ac
commit
f06dc21d56
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ RUN pnpm run build-linux-gui
|
||||||
|
|
||||||
FROM node
|
FROM node
|
||||||
WORKDIR "/app"
|
WORKDIR "/app"
|
||||||
COPY --from=builder /app/lib/_builds/multi-downloader-nx-linux64-gui ./
|
COPY --from=builder /app/lib/_builds/multi-downloader-nx-linux-x64-gui ./
|
||||||
|
|
||||||
# Install mkvmerge and ffmpeg
|
# Install mkvmerge and ffmpeg
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue