Fix dockerfile copy

This commit is contained in:
Evan Fiordeliso 2023-04-15 15:43:04 -04:00
parent 502609ef3e
commit 6fed527515
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ WORKDIR /app
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