We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FROM nginx seems to pull a debian-based image.
FROM nginx
It would be nice to have something like socialengine/nginx-spa:alpine that uses nginx:stable-alpine.
socialengine/nginx-spa:alpine
nginx:stable-alpine
nginx docs: https://hub.docker.com/_/nginx
The text was updated successfully, but these errors were encountered:
I implemented this in a fork: https://github.com/nikeee/docker-nginx-spa
It also supports ARM (e.g. for raspberry pi).
Sorry, something went wrong.
No branches or pull requests
FROM nginx
seems to pull a debian-based image.It would be nice to have something like
socialengine/nginx-spa:alpine
that usesnginx:stable-alpine
.nginx docs: https://hub.docker.com/_/nginx
The text was updated successfully, but these errors were encountered: