commit
272a15245c
|
@ -7,7 +7,7 @@ FROM ubuntu:22.04
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
COPY ./build-ffmpeg.sh .
|
COPY ./build-ffmpeg.sh .
|
||||||
RUN ./build-ffmpeg.sh
|
RUN bash ./build-ffmpeg.sh
|
||||||
|
|
||||||
COPY --from=builder /app/go-vod .
|
COPY --from=builder /app/go-vod .
|
||||||
EXPOSE 47788
|
EXPOSE 47788
|
||||||
|
|
Loading…
Reference in New Issue