Tiny Go static file server to be used to create simple Cloud Run containers
575
Tiny little helper that serves static pages (such as Angular apps) to be used as a Google Cloud Run service
Basic Dockerfile for your app:
FROM hokiegeek/cloudrunner:latest
COPY dist/ /web/
Content type
Image
Digest
Size
4.8 MB
Last updated
about 7 years ago
docker pull hokiegeek/cloudrunner