issues
search
projectinit
/
skrypt
A social networking application for MAXX Apprentices and Alumni
1
stars
3
forks
source link
fix: docker-compose fails to run app
#23
Closed
dlmarrero
closed
6 years ago
dlmarrero
commented
6 years ago
package installation requires apk for alpine linux
install nodemon globally in container for npm start script to work
remove "links" from docker-compose.yml, this is not required (see
https://docs.docker.com/compose/networking/#links
)
do not mount host root dir to /skrypt, causes issues with node_modules (see
https://github.com/DanWahlin/CodeWithDanDockerServices/issues/1#issuecomment-275918075
)
fixes #21
fixes #21