From ae52312ca2a1bef2c19e38fb72df7a62e68b8f1a Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me> Date: Wed, 2 Aug 2023 21:02:13 -0400 Subject: [PATCH] Added volume and ports to dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 53a08aa..68dd555 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,8 @@ COPY ./hub-backend /root/trackdirect RUN pip install -r /root/trackdirect/requirements.txt +EXPOSE 9000 + VOLUME /root/trackdirect/config CMD /root/trackdirect/server/scripts/wsserver.sh trackdirect.ini -- GitLab