Update Dockerfile

This commit is contained in:
Izuco 2022-07-28 15:20:41 +02:00
parent 663fe567ef
commit 7658259836
No known key found for this signature in database
GPG key ID: E9CBE9E4EF3A1BFA
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View file

@ -26,4 +26,5 @@ fonts
.webpack/
out/
dist/
gui/react/build/
gui/react/build/
docker-compose.yml

View file

@ -34,4 +34,4 @@ RUN apt-get install ffmpeg -y
RUN mv /usr/bin/mkvmerge /app/bin/mkvtoolnix/mkvmerge
RUN mv /usr/bin/ffmpeg /app/bin/ffmpeg/ffmpeg
ENTRYPOINT ["tail", "-f", "/dev/null"]
CMD [ "/bin/bash" ]