is the service even running?
continuous-integration/drone/push Build is passing Details

This commit is contained in:
John Shaver 2021-07-04 01:38:10 -07:00
parent a66db0da6e
commit 983330ebe9
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ services:
- name: resume
image: node
commands:
- 'echo "running the command"'
- "npx http-server"
---