We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73d2b11 commit 7060d33Copy full SHA for 7060d33
docker-compose.yml
@@ -50,7 +50,7 @@ services:
50
path: ./backend/dev-requirements.txt
51
52
- action: sync+restart
53
- path: ./setup_util/supervisord.conf
+ path: ./setup_utils/supervisord.conf
54
target: /etc/supervisord.conf
55
56
- action: rebuild
@@ -72,3 +72,8 @@ services:
72
73
74
path: ./web-server/package.json
75
+
76
+ - action: sync+restart
77
+ path: ./setup_utils/
78
+ target: /app/setup_utils
79
0 commit comments