fix: docker test in CI failed (#1695)

* feat: allow to run ci for test

* fix: use latest tag in docker compose to fix CI issue
This commit is contained in:
Alisa
2024-05-12 21:01:50 +08:00
committed by GitHub
parent 67bf187d99
commit 33e86c8669
3 changed files with 5 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
services:
app:
container_name: mx-server
image: innei/mx-server:5
image: innei/mx-server:latest
environment:
- TZ=Asia/Shanghai
- NODE_ENV=production