go-spatial / fresco

An open source vector tile style editor
https://fresco.go-spatial.org
Apache License 2.0
228 stars 26 forks source link

Docker #135

Closed mjj203 closed 1 year ago

mjj203 commented 1 year ago

Created a Dockerfile and updated package.json that builds a minimum container to deploy an updated fresco application with docker, docker-compose, or kubernetes. Added OpenShift templates and build instructions to deploy this container to RedHat OpenShift v4.

ARolek commented 1 year ago

@mjj203 thanks for the contribution! Can yo please make sure the netlify build passes? It looks like there are some errors in the logs there. The logs are public so you should be able to see everything.

ARolek commented 1 year ago

@mjj203 I looked at the logs again, and it does not appear anything you introduced is causing the errors, but rather an improvement in the linters post upgraded of package-lock.json. Let's see if we can get @justenPalmer in here to take a look.

mjj203 commented 1 year ago

@ARolek I can take a look, I know I left out the package-lock.json to simplify the docker build. Would the fact netlify is using nodejs v8.17.0 and the Dockerfile is using nodejs v16.17.1 cause it to fail? see the attached docker build -t fresco:latest -f Dockerfile . log.

fresco_docker_build.log