update docker files

This commit is contained in:
cool.gitter.choco
2025-03-18 08:54:35 -06:00
parent 6221110270
commit e4d9352f24
2 changed files with 26 additions and 8 deletions

View File

@@ -7,10 +7,28 @@
/prgs/ /prgs/
/flask_server.log /flask_server.log
/routes/__pycache__/ /routes/__pycache__/
/routes/utils/__pycache__/ routes/utils/__pycache__/
/test.sh test.sh
/__pycache__/ __pycache__/
/Dockerfile routes/__pycache__/__init__.cpython-312.pyc
/docker-compose.yaml routes/__pycache__/credentials.cpython-312.pyc
/README.md routes/__pycache__/search.cpython-312.pyc
/config routes/utils/__pycache__/__init__.cpython-312.pyc
routes/utils/__pycache__/credentials.cpython-312.pyc
routes/utils/__pycache__/search.cpython-312.pyc
routes/utils/__pycache__/__init__.cpython-312.pyc
routes/utils/__pycache__/credentials.cpython-312.pyc
routes/utils/__pycache__/search.cpython-312.pyc
routes/utils/__pycache__/credentials.cpython-312.pyc
routes/utils/__pycache__/search.cpython-312.pyc
routes/utils/__pycache__/__init__.cpython-312.pyc
routes/utils/__pycache__/credentials.cpython-312.pyc
routes/utils/__pycache__/search.cpython-312.pyc
search_test.py
config/main.json
.cache
config/state/queue_state.json
output.log
queue_state.json
search_demo.py
celery_worker.log

View File

@@ -1,5 +1,5 @@
# Use an official Python runtime as a parent image # Use an official Python runtime as a parent image
FROM python:3.9-slim FROM python:3.12-slim
# Set the working directory in the container # Set the working directory in the container
WORKDIR /app WORKDIR /app