Skip to content

Commit

Permalink
fix rel gitignore for chat service
Browse files Browse the repository at this point in the history
  • Loading branch information
joshleecreates committed Jul 8, 2024
1 parent c1f5c5e commit 000f403
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ docker-compose.override.yml
.settings

bin/
!src/chatservice/rel/overlays/bin
obj/
.vs/
.vscode
Expand Down
4 changes: 4 additions & 0 deletions src/chatservice/rel/overlays/bin/server
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
cd -P -- "$(dirname -- "$0")"

PHX_SERVER=true exec ./chatservice start
2 changes: 2 additions & 0 deletions src/chatservice/rel/overlays/bin/server.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
set PHX_SERVER=true
call "%~dp0\chatservice" start

0 comments on commit 000f403

Please sign in to comment.