update
This commit is contained in:
parent
489c17db66
commit
ab2fe08b18
@ -51,5 +51,5 @@ ENV PYTHONPATH=/app
|
||||
RUN mkdir -p /app/cryptoai/data /app/cryptoai/logs
|
||||
|
||||
# 设置入口点
|
||||
ENTRYPOINT ["python"]
|
||||
CMD ["run.py"]
|
||||
ENTRYPOINT []
|
||||
CMD ["python", "run.py"]
|
||||
@ -6,7 +6,7 @@ services:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
container_name: cryptoai
|
||||
image: cryptoai:0.0.1
|
||||
image: cryptoai:0.0.2
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
# 挂载配置文件
|
||||
|
||||
Loading…
Reference in New Issue
Block a user