4 lines
122 B
Docker
4 lines
122 B
Docker
FROM docker.io/nginx:latest
|
|
COPY default.conf /etc/nginx/conf.d/
|
|
COPY entrypoint.sh /docker-entrypoint.d/99-entrypoint.sh
|