Jonathan Math
402563ab41
Fix node image/ docker-compose issue
...
the node_modules in the image were being overwritten by the bind mount for the node scripts. I fixed this by installing node_modules into a different directory and setting that directory in an env variable in the image.
2021-10-18 11:48:43 -05:00
Samuel Clay
155f9561db
Updating node dockerfile to place node_modules in a parent directory to allow for volumizing node code.
2021-02-24 20:02:37 -05:00
Samuel Clay
cf3bec14ad
Trying to get node docker setup but oddly it works locally and not in prod.
2021-02-24 17:17:06 -05:00
Jonathan Math
6c45c465ae
removing prod image dockerfile and reference
2021-02-24 17:11:55 -05:00
Samuel Clay
32eb8539c1
Attempting to get old inventory working with new, but its not yet resolving for hosts. Not sure why. Also reducing node docker image down.
2021-02-19 19:58:11 -05:00
Jonathan Math
32707c057b
update docker files to include code in the image so we can use with swarm (without configuring shared volumes yet)
2021-01-19 09:49:49 -05:00
Jonathan Math
698da6f2f4
make changes to Dockefiles and add new dockerfiles for stack-compose to you since swarm can't build from docker images
2020-12-07 21:08:33 -05:00
Jonathan Math
19c1319259
add node_base.Dockerfile base image
2020-10-04 17:39:53 +07:00