5 lines
137 B
Docker
5 lines
137 B
Docker
FROM nginx:alpine
|
|
|
|
# คัดลอก default.conf ลงไปใน nginx container
|
|
COPY default.conf /etc/nginx/conf.d/default.conf
|