mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-08-10 08:27:25 +00:00
4 lines
93 B
Go
4 lines
93 B
Go
FROM nginx:1.28-alpine
|
|
|
|
COPY --chown=nginx:nginx index.html /usr/share/nginx/html/index.html
|