1
0
Fork 0

fix(docker): add stderr config

This commit is contained in:
ssube 2019-06-15 22:45:18 -05:00
parent db47b3e14b
commit 8d87332b14
1 changed files with 1 additions and 0 deletions

View File

@ -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