You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update docker-compose.yml to run using a volume
* Add package-lock.json
* Update package-lock.json
* Add start script to package.json
It runs npm install if node_modules folder doesn't exist then runs the serve script
* Add a newline at the end of docker-compose.yml file
* Update README.md
* Add start.sh script and use it in docker-compose.yml
* Add newline at the end of start.sh script
* Small update in README.md
* Update container_name in docker-compose.yml
* Update package-lock.json to fix `npm ERR! code EINTEGRITY`
* Update docker-compose.yml command to use start.sh script
* Remove start script from package.json
* Rename service name in docker-compose from witter to wittr
* Remove package-lock.json
* Remove start.sh, update the command in docker-compose.yml and update README.md
* Update README.md, moving the running on local machine section on top
* Minor grammar changes
0 commit comments