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
|
RUN mkdir -p /app/cryptoai/data /app/cryptoai/logs
|
||||||
|
|
||||||
# 设置入口点
|
# 设置入口点
|
||||||
ENTRYPOINT ["python"]
|
ENTRYPOINT []
|
||||||
CMD ["run.py"]
|
CMD ["python", "run.py"]
|
||||||
@ -6,7 +6,7 @@ services:
|
|||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
container_name: cryptoai
|
container_name: cryptoai
|
||||||
image: cryptoai:0.0.1
|
image: cryptoai:0.0.2
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
# 挂载配置文件
|
# 挂载配置文件
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user