Browse Source

update frontend

pull/44/head
Guillaume Vincent 8 years ago
parent
commit
630031f9c8
2 changed files with 4 additions and 1 deletions
  1. +3
    -0
      docker-compose.override.yml
  2. +1
    -1
      frontend

+ 3
- 0
docker-compose.override.yml View File

@@ -9,5 +9,8 @@ services:
- ./frontend:/frontend
- node_modules:/frontend/node_modules
command: npm run dev
nginx:
environment:
- domain=localhost
volumes:
node_modules:

+ 1
- 1
frontend

@@ -1 +1 @@
Subproject commit f080a8c74e010d57fae8625e40ada1dba88b71c8
Subproject commit 5b744773b7e15eaf1a1276e09df96d55d383be0f

Loading…
Cancel
Save