change(assist-stats): expose the port

This commit is contained in:
Shekar Siri 2023-10-27 15:49:32 +02:00
parent 013cf5d1be
commit 0e62cddd6c

View file

@ -21,4 +21,5 @@ RUN mv env.default .env
RUN adduser -u 1001 openreplay -D
USER 1001
EXPOSE 8000
CMD ["/usr/local/bin/python", "./run.py"]