Skip to content

Commit

Permalink
Fix typo (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
sds authored Oct 22, 2024
1 parent 49cfc99 commit 5a44e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:
- datadog # Make sure agent is running so all stats+logs are collected
image: ${FNAME_REGISTRY_DOCKER_IMAGE:-dummy-value-for-linting}
init: true
command: ["npx", "pm2", "pm2.config.cjs"]
command: ["npx", "pm2-runtime", "pm2.config.cjs"]
environment:
<<: *shared-env-vars
TASK_TYPE: ${TASK_TYPE}
Expand Down

0 comments on commit 5a44e62

Please sign in to comment.