kiwi-scp/example/hello-world.project/web/Dockerfile

2 lines
62 B
Docker
Raw Normal View History

2020-08-24 12:49:39 +00:00
FROM nginx:stable-alpine
COPY index.html /usr/share/nginx/html