Fix dockerfile copy
This commit is contained in:
parent
502609ef3e
commit
6fed527515
|
@ -20,7 +20,7 @@ WORKDIR /app
|
||||||
|
|
||||||
RUN "apk add --no-cache yt-dlp==${YTDLP_VERSION} ffmpeg==${FFMPEG_VERSION}"
|
RUN "apk add --no-cache yt-dlp==${YTDLP_VERSION} ffmpeg==${FFMPEG_VERSION}"
|
||||||
|
|
||||||
COPY --from=builder /usr/src/ytdl-web/ytdl-web ./ytdl-web
|
COPY --from=builder /usr/src/ytdl-web/out/ytdl-web ./ytdl-web
|
||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue