Some checks failed
Build and Deploy koneko.rocks / build-and-deploy (push) Has been cancelled
3 lines
67 B
Docker
3 lines
67 B
Docker
FROM nginx:alpine
|
|
COPY index.html /usr/share/nginx/html/index.html
|