is the service even running?
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
John Shaver 2021-07-04 01:38:10 -07:00
parent a66db0da6e
commit 983330ebe9

View file

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