dockerfile parity and verion fix

This commit is contained in:
Josh Burman
2021-10-27 02:33:00 +00:00
parent 3297e48526
commit 3243042dd2
3 changed files with 5 additions and 3 deletions

View File

@ -9,6 +9,7 @@ RUN cd Cbc-2.9.8 && \
./configure && \
make && \
make install
RUN python -m pip install pydantic
RUN python -m pip install pySqsListener
# Bundle app source
@ -23,4 +24,5 @@ ENV MEASURE_PROCESSED_BUCKET measure-development-solver-processed
ENV SOLVER_SQS_INGEST_QUEUE https://sqs.ca-central-1.amazonaws.com/455309353401/measure-development-solver-ingest
ENV SOLVER_AWS_REGION ca-central-1
CMD [ "python", "main.py" ]
# CMD [ "python", "main.py" ]
CMD tail -f /dev/null