copy everything into docker container
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -4,7 +4,7 @@ settings =
|
||||
internal:
|
||||
filestore:
|
||||
port: 3009
|
||||
host: "localhost"
|
||||
host: process.env['LISTEN_ADDRESS'] or "localhost"
|
||||
|
||||
filestore:
|
||||
# Which backend persistor to use.
|
||||
|
||||
Reference in New Issue
Block a user