3 lines
90 B
Docker
3 lines
90 B
Docker
FROM nginx:1.23.1-alpine
|
|
COPY src /var/www/html/
|
|
COPY nginx/default.conf /etc/nginx/conf.d |