5 lines
65 B
Docker
5 lines
65 B
Docker
|
FROM nginx:alpine
|
||
|
|
||
|
COPY default.conf /etc/nginx/conf.d
|
||
|
|
||
|
EXPOSE 80
|