mirror of
https://github.com/jimeh/bah.io.git
synced 2026-02-19 06:36:41 +00:00
3 lines
63 B
Docker
3 lines
63 B
Docker
FROM nginx:stable-alpine
|
|
ADD index.html /usr/share/nginx/html/
|