update docker files
This commit is contained in:
@@ -7,10 +7,28 @@
|
||||
/prgs/
|
||||
/flask_server.log
|
||||
/routes/__pycache__/
|
||||
/routes/utils/__pycache__/
|
||||
/test.sh
|
||||
/__pycache__/
|
||||
/Dockerfile
|
||||
/docker-compose.yaml
|
||||
/README.md
|
||||
/config
|
||||
routes/utils/__pycache__/
|
||||
test.sh
|
||||
__pycache__/
|
||||
routes/__pycache__/__init__.cpython-312.pyc
|
||||
routes/__pycache__/credentials.cpython-312.pyc
|
||||
routes/__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__/__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
|
||||
@@ -1,5 +1,5 @@
|
||||
# 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
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user