1
0
Fork 0
mirror of https://github.com/yavook/kiwi-scp.git synced 2024-11-22 21:03:00 +00:00
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