All checks were successful
Build and Deploy koneko.rocks / build-and-deploy (push) Successful in 9s
4 lines
124 B
Docker
4 lines
124 B
Docker
FROM nginx:alpine
|
|
COPY index.html /usr/share/nginx/html/index.html
|
|
COPY tower-fall.svg /usr/share/nginx/html/tower-fall.svg
|