Skip to content
Snippets Groups Projects
Verified Commit ae52312c authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

Added volume and ports to dockerfile

parent f085fb3d
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment