Skip to content

Commit

Permalink
build: add debugging options to container setup
Browse files Browse the repository at this point in the history
  • Loading branch information
LordTermor committed Jun 2, 2024
1 parent 49b43d5 commit 8ed9c61
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ services:
target: development
ports:
- "8080:8080"
security_opt:
- seccomp:unconfined
cap_add:
- SYS_PTRACE

production:
image: bxt_production:latest
Expand Down

0 comments on commit 8ed9c61

Please sign in to comment.