copy everything into docker container

This commit is contained in:
Henry Oswald 2018-03-23 16:14:30 +00:00
parent 9e321658ed
commit 73f77b5667
2 changed files with 3 additions and 5 deletions

View file

@ -6,10 +6,8 @@ COPY package.json /app/
RUN npm install --quiet
COPY config /app/config
COPY test /app/test
COPY app /app/app
COPY app.coffee /app
COPY . /app
RUN npm run compile:all
FROM node:8.9.1

View file

@ -4,7 +4,7 @@ settings =
internal:
filestore:
port: 3009
host: "localhost"
host: process.env['LISTEN_ADDRESS'] or "localhost"
filestore:
# Which backend persistor to use.