node-frontend
node-frontend copied to clipboard
Instrutctions to buid a frontend Docker image built with Node.js and then served with Nginx. Previously a Docker image.
Since the target image is exactly the latest version, there is no need to build it again.
Gatsby is having build issues with the node version of this image. "Gatsby requires Node.js 12.13.0 or higher (you have v1***5.3)." Fixed with #7
Hi @tiangolo ! Thanks for this image which is now part of my workflow :+1: I think it would be nice to get node 11 and node 12 versions for...
Currently if your static dir looks like ``` /index.html /assets/asset.jpg ``` and you request `/assets`, nginx tries to serve the directory and 403s. I can't think of a use case...
Hi. I got this error after apt get update , fixed with --force-yes but I guess there is an issue in the base docker file ? ``` WARNING: The following...
Google chrome logs: Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "text/plain". Strict MIME type checking is enforced for...