3 lines
65 B
Docker
Executable File
3 lines
65 B
Docker
Executable File
FROM nginx:alpine
|
|
COPY nginx.conf /etc/nginx/conf.d/default.conf
|