Hi, currently its not possible to build a new docker image from what is on github, if you pull down the latest release (or branch master) and then attempt a docker build you will see missing files used in the build, output:-
Step 9/21 : ENV NODE_ENV=production ---> Running in 0ae14e229c19 Removing intermediate container 0ae14e229c19 ---> f483986396ed Step 10/21 : ADD dist /app/dist ADD failed: stat /var/lib/docker/tmp/docker-builder216809384/dist: no such file or directory
so im assuming that all files ADDed at build time are not currently on github, any chance you could push these up please.
Hi, currently its not possible to build a new docker image from what is on github, if you pull down the latest release (or branch master) and then attempt a docker build you will see missing files used in the build, output:-
Step 9/21 : ENV NODE_ENV=production ---> Running in 0ae14e229c19 Removing intermediate container 0ae14e229c19 ---> f483986396ed Step 10/21 : ADD dist /app/dist ADD failed: stat /var/lib/docker/tmp/docker-builder216809384/dist: no such file or directoryso im assuming that all files ADDed at build time are not currently on github, any chance you could push these up please.