new listener

This commit is contained in:
Joshua Burman
2022-02-17 11:25:29 -05:00
parent f18e048081
commit 50bb02ee0f
5 changed files with 100 additions and 179 deletions

View File

@ -4,8 +4,8 @@ RUN apt-get update
RUN apt-get -y install coinor-cbc
RUN python -m pip install pulp
RUN python -m pip install pydantic
RUN python -m pip install pySqsListener
RUN python -m pip install daemonize
RUN python -m pip install sqspy
RUN mkdir /app
WORKDIR /app