update docker files
This commit is contained in:
@@ -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
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user