mirror of
https://github.com/simon987/chan_feed.git
synced 2025-12-14 04:59:02 +00:00
Dockerize
This commit is contained in:
6
docker_viz/Dockerfile
Normal file
6
docker_viz/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM nginx:alpine
|
||||
|
||||
COPY nginx.conf /etc/nginx/
|
||||
COPY ["/feed_viz", "/webroot"]
|
||||
|
||||
EXPOSE 80
|
||||
Reference in New Issue
Block a user