get dockerfile working on windows

monorepo
lastlink 2023-05-31 11:59:28 -04:00 committed by GitHub
parent 4d0020a593
commit 3b0e91b1df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ FROM ubuntu:22.04
WORKDIR /app
ENV DEBIAN_FRONTEND=noninteractive
COPY ./build-ffmpeg.sh .
RUN ./build-ffmpeg.sh
RUN bash ./build-ffmpeg.sh
COPY --from=builder /app/go-vod .
EXPOSE 47788