jupyter-stacks-voila / docker /Dockerfile.nginx
Ahmad Ammari
Add application files
fab07ce
raw
history blame contribute delete
73 Bytes
FROM nginx:alpine
CMD ["/bin/sh", "-c", "exec nginx -g 'daemon off;'"]