This commit is contained in:
zhangchao
2024-10-23 18:20:55 +08:00
parent d9e9fa510a
commit 3286dd19d6
2 changed files with 18 additions and 0 deletions

View File

@@ -15,6 +15,9 @@ jobs:
- 8080
volumes:
- /data:/data
options:
entrypoint: /data/
steps:
- name: Check for dockerenv file1
run: (ls /.dockerenv && echo Found dockerenv) || (echo No dockerenv)