Add resizing to video processing

This commit is contained in:
Gabe Kangas
2020-06-09 23:35:40 -07:00
parent bd145fddf0
commit d52a120fa6
3 changed files with 3 additions and 4 deletions

View File

@@ -5,6 +5,5 @@ ADD . /app
WORKDIR /app
RUN apk add --no-cache ffmpeg ffmpeg-libs
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -ldflags '-extldflags "-static"' -o owncast .
RUN ls -al owncast
WORKDIR /app
CMD ["/app/owncast"]