mirror of
https://github.com/zoriya/flood.git
synced 2025-12-06 07:16:18 +00:00
Including a configuration file that allows setting of most settings by injecting environment variables into the container.
6 lines
86 B
Docker
6 lines
86 B
Docker
FROM node:7.8.0-onbuild
|
|
COPY config.docker.js config.js
|
|
|
|
EXPOSE 3000
|
|
VOLUME ["/data"]
|