4 lines
82 B
Docker
4 lines
82 B
Docker
FROM nginx:alpine
|
|
COPY docker/nginx.conf /etc/nginx/conf.d/default.conf
|
|
EXPOSE 80
|