mirror of
https://github.com/zoriya/flood.git
synced 2025-12-17 20:59: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
|
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/*
|
RUN apt-get update && apt-get install -y mediainfo && rm -rf /var/lib/apt/lists/*
|
||||||
|
COPY config.docker.js config.js
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
VOLUME ["/data"]
|
VOLUME ["/data"]
|
||||||
|
|||||||
Reference in New Issue
Block a user