Commit graph

2 commits

Author SHA1 Message Date
Will Rogers
9416b902f7
Update Dockerfile to fix a few important typos
- doesn't override shell's PATH to be "." (which was breaking all commands)
- points to the correct location of the start.js file (src/start.js)
- corrects the suggested "To run" comment to have acebase instead of acebace (with a second 'c')

This dramatically improves the dockerfile's functionality, however it doesn't get the setup to a fully running state for me due to a TypeError at:
/app/node_modules/acebase/src/storage.js:99
TypeError: Cannot read property 'on' of undefined

(will continue chipping away at it)
2021-04-18 17:20:25 -07:00
Ewout Stortenbeker
f7e402728e docker experiment 2020-05-14 14:51:51 +02:00