Skip to content

Commit caec4a2

Browse files
authored
Merge branch 'main' into 1155-remove-validation-on-creating-students-and-inviting-teachers
2 parents 1e5a266 + f98efd9 commit caec4a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ services:
2626
condition: service_healthy
2727
volumes:
2828
- .:/app
29-
- bundle-data:/usr/local/bundle
29+
- bundle-data-v2:/usr/local/bundle
3030
- node_modules:/app/node_modules
3131
# This is here to avoid rails finding stale pid-files in tmp/pids and then
3232
# thinking it is already running:
@@ -55,5 +55,5 @@ services:
5555

5656
volumes:
5757
postgres-data:
58-
bundle-data:
58+
bundle-data-v2:
5959
node_modules:

0 commit comments

Comments
 (0)