We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9f9377 commit 5fb58c2Copy full SHA for 5fb58c2
.dockerignore
@@ -0,0 +1 @@
1
+.venv/
docker-compose.yml
@@ -4,9 +4,14 @@ services:
4
image: allthingslinux/tux:latest
5
container_name: tux
6
restart: always
7
- volumes:
8
- - type: bind
9
- source: .
10
- target: /app/
+ develop:
+ watch:
+ - action: sync
+ path: .
11
+ target: /app/
12
+ ignore:
13
+ - .venv/
14
+ - action: rebuild
15
+ path: Dockerfile
16
env_file:
17
- .env
0 commit comments