4 lines
75 B
Docker
4 lines
75 B
Docker
FROM nginx:mainline-alpine
|
|
EXPOSE 80
|
|
COPY nginx.conf /etc/nginx/nginx.conf
|