fix(docker): add stderr config
This commit is contained in:
parent
db47b3e14b
commit
8d87332b14
|
@ -1,5 +1,6 @@
|
|||
FROM node:11-stretch
|
||||
|
||||
COPY docs/config-stderr.yml /root/.salty-dog.yml
|
||||
COPY package.json /salty-dog/package.json
|
||||
COPY out/bundle.js /salty-dog/out/bundle.js
|
||||
|
||||
|
|
Loading…
Reference in New Issue