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