Skip to content

Commit fbfd9c5

Browse files
committed
temp temp DO NOT MERGE JUST DONT MERGE more dirty local temp commit in order to use local version of nge
Signed-off-by: Alice Khoudli <alice.khoudli@polytechnique.org>
1 parent b12442a commit fbfd9c5

File tree

3 files changed

+4
-19528
lines changed

3 files changed

+4
-19528
lines changed

docker/docker-compose.host-front.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,12 @@ services:
2222
OSRD_EDITOAST_URL: /api
2323
volumes:
2424
- "./front:/app"
25+
- "../netzgrafik-editor-frontend:/netzgrafik-editor-frontend"
2526
- "./tests/data:/tests/data"
2627
restart: unless-stopped
27-
ports: [ "3000:3000" ]
28+
ports: ["3000:3000"]
2829
healthcheck:
29-
test: [ "CMD", "curl", "-f", "http://localhost:3000" ]
30+
test: ["CMD", "curl", "-f", "http://localhost:3000"]
3031
start_period: 5m
3132
interval: 5s
3233
retries: 6

0 commit comments

Comments
 (0)