Skip to content

Commit

Permalink
fix: server binary path
Browse files Browse the repository at this point in the history
  • Loading branch information
eteubert authored Oct 3, 2024
1 parent f37153a commit 1d496bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "0.5"

processes:
server:
command: server/_build/prod/rel/publisher/bin/publisher start
command: _build/prod/rel/publisher/bin/publisher start
working_dir: server
environment:
- "PORT=4005"
Expand Down

0 comments on commit 1d496bf

Please sign in to comment.