Skip to content

Commit

Permalink
fix: run -> start
Browse files Browse the repository at this point in the history
  • Loading branch information
pociej committed Apr 8, 2024
1 parent 98d27e4 commit 29c7737
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
# application service
backend:
image: ghcr.io/golemfactory/deposit_example:${DEPLOY_BRANCH:-latest}
command: pnpm run run
command: pnpm run start
working_dir: /app/backend
environment:
- YAGNA_APPKEY=66667777888
Expand All @@ -24,7 +24,7 @@ services:

frontend:
image: ghcr.io/golemfactory/deposit_example:${DEPLOY_BRANCH:-latest}
command: pnpm run run
command: pnpm run start
working_dir: /app/frontend
environment:
- YAGNA_APPKEY=66667777888
Expand Down

0 comments on commit 29c7737

Please sign in to comment.