Merge branch 'dev_graph' of http://106.13.42.156:33077/lei_y601/sqlbot_agent into dev_graph
This commit is contained in:
@@ -3,7 +3,7 @@ WORKDIR /app
|
|||||||
COPY . /app
|
COPY . /app
|
||||||
ENV TZ=Asia/Shanghai \
|
ENV TZ=Asia/Shanghai \
|
||||||
LANG=C.UTF-8
|
LANG=C.UTF-8
|
||||||
RUN rm -rf logs .git .idea .venv && apt-get update && apt-get install -y vim curl openssl libssl-dev && pip install -r requirement.txt -i https://mirrors.aliyun.com/pypi/simple/
|
RUN rm -rf logs .git .idea .venv && apt-get update && apt-get install -y vim curl openssl libssl-dev sqlite3 && pip install -r requirement.txt -i https://mirrors.aliyun.com/pypi/simple/
|
||||||
RUN mkdir -p /app/logs && touch /app/logs/sqlbot.log && rm -rf *.whl
|
RUN mkdir -p /app/logs && touch /app/logs/sqlbot.log && rm -rf *.whl
|
||||||
EXPOSE 8084
|
EXPOSE 8084
|
||||||
CMD ["python","main_service.py"]
|
CMD ["python","main_service.py"]
|
||||||
|
|||||||
Reference in New Issue
Block a user