mirror of
https://github.com/zoriya/flood.git
synced 2025-12-06 07:16:18 +00:00
Install mediainfo before we copy the configuration
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
FROM node:7.8.0-onbuild
|
||||
COPY config.docker.js config.js
|
||||
|
||||
RUN apt-get update && apt-get install -y mediainfo && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY config.docker.js config.js
|
||||
EXPOSE 3000
|
||||
VOLUME ["/data"]
|
||||
|
||||
Reference in New Issue
Block a user