mirror of
https://github.com/simon987/chan_feed.git
synced 2025-04-10 14:06:42 +00:00
7 lines
89 B
Docker
7 lines
89 B
Docker
FROM nginx:alpine
|
|
|
|
COPY nginx.conf /etc/nginx/
|
|
COPY ["/feed_viz", "/webroot"]
|
|
|
|
EXPOSE 80
|