Skip to content

Commit

Permalink
chore(docker): Add develop mode
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Apr 27, 2024
1 parent daa9719 commit 48dd27a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
.github/
.idea/
.pre-commit-config.yaml
Dockerfile
data/
compose.yml
ascii-movie
Expand Down
6 changes: 4 additions & 2 deletions compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.9"

services:
chown:
image: alpine
Expand Down Expand Up @@ -27,6 +25,10 @@ services:
condition: service_completed_successfully
volumes:
- data:/data
develop:
watch:
- action: rebuild
path: .

volumes:
data: {}

0 comments on commit 48dd27a

Please sign in to comment.