Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsee committed Jun 17, 2021
1 parent 97fe5c3 commit 1634f2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ WORKDIR /app
COPY --from=build-env /app/out .
COPY --from=build-env /app/wait-for-it.sh ./wait-for-it.sh

RUN chmod +x ./resources/ffmpeg/unix/x64/ffmpeg
RUN chmod +x ./resources/ffmpeg/unix/x86/ffmpeg
RUN chmod +x ./wait-for-it.sh

#ENTRYPOINT ["/bin/bash", "-c"]
Expand Down

0 comments on commit 1634f2e

Please sign in to comment.