node-frontend icon indicating copy to clipboard operation
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.

Results 9 node-frontend issues
Sort by recently updated
recently updated
newest added

Since the target image is exactly the latest version, there is no need to build it again.

investigate

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

investigate

To generate image with node 12 (latest LTS)

investigate

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...

investigate

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...

investigate

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...

investigate

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...