Skip to content

πŸ‘©πŸΌβ€πŸ’» Fast & Minimal Docker base image for static frontend (less than 8MB, but in production use a CDN)

License

Notifications You must be signed in to change notification settings

zombispormedio/micro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ‘©πŸΌβ€πŸ’» micro Docker Hub

Docker Build GitHub top language Docker Build Automation Version Docker Pulls Docker Stars

Fast & Minimal Docker base image for static frontend (less than 8MB, but in production use a CDN)

Install

docker pull zombispormedio/micro

Usage

FROM zombispormedio/micro:1.0.0

COPY public /var/www/public

ENV PORT 8085

ENV STATIC_DIR /var/www/public

EXPOSE 8085

CMD ["./micro"]

Built with

  • go - Go is an open source programming language that makes it easy to build simple, reliable, and efficient software..
  • fasthttp - Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http

License

MIT Β© Xavier Serrano

About

πŸ‘©πŸΌβ€πŸ’» Fast & Minimal Docker base image for static frontend (less than 8MB, but in production use a CDN)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages