Merge pull request #14 from lastlink/patch-1

get dockerfile working on windows
monorepo
Varun Patil 2023-06-03 09:03:06 -07:00 committed by GitHub
commit 272a15245c
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