Re: Request for help with node/yarn in Docker image

2022-09-18 Thread Andy Grove
Thanks, Gavin! That is a huge help. On Sat, Sep 17, 2022 at 7:49 PM Gavin Ray wrote: > (I omitted the part where you'd need to run the "apt-get install nginx" > above in last, single-file Docker build, whoops) > > That would of course go after the "COPY --from=ui-build" and before the > CMD/ENTR

Re: Request for help with node/yarn in Docker image

2022-09-17 Thread Gavin Ray
(I omitted the part where you'd need to run the "apt-get install nginx" above in last, single-file Docker build, whoops) That would of course go after the "COPY --from=ui-build" and before the CMD/ENTRYPOINT 👍 On Sat, Sep 17, 2022 at 9:46 PM Gavin Ray wrote: > Hey Andy, > > Happy to be useful i

Re: Request for help with node/yarn in Docker image

2022-09-17 Thread Gavin Ray
Hey Andy, Happy to be useful in some way, I have a fair amount of experience here. Since you already have a Dockerfile next to this one that is building the React app and serving it on NGINX: "/workspaces/arrow-ballista/dev/docker/ballista-scheduler-ui.dockerfile" You can just copy the built ass