3 lines
82 B
Docker
3 lines
82 B
Docker
FROM nginx:stable-alpine
|
|
|
|
COPY nginx/default.conf /etc/nginx/conf.d/default.conf |