diff --git a/.dockerignore b/.dockerignore index db1264b..0b7a35f 100644 --- a/.dockerignore +++ b/.dockerignore @@ -12,4 +12,7 @@ Makefile venv *.log -*.pid \ No newline at end of file +*.pid + +pushpin +nginx \ No newline at end of file diff --git a/pushpin/Dockerfile b/pushpin/Dockerfile index 5e0c7e4..c6b051b 100644 --- a/pushpin/Dockerfile +++ b/pushpin/Dockerfile @@ -1,3 +1,3 @@ FROM fanout/pushpin:latest -RUN echo "* mumui:8000" > /etc/pushpin/routes \ No newline at end of file +RUN echo "* api:8000" > /etc/pushpin/routes \ No newline at end of file