Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cow11023 authored Jul 5, 2022
1 parent 85e07f0 commit 4d6b438
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3.8'
version: '3.9'
networks:
basic:
services:
Expand All @@ -13,12 +13,13 @@ services:
- '8080:8080'
volumes:
- ./templates:/GreaterWMS/templates:rw
- ./web_start.sh:/GreaterWMS/templates/web_start.sh
- ./web_start.sh:/GreaterWMS/templates/webstart.sh
command:
- /bin/bash
- -c
#- "yarn install --force"
- |
bash web_start.sh
bash /GreaterWMS/templates/webstart.sh
networks:
- basic
backend:
Expand Down

0 comments on commit 4d6b438

Please sign in to comment.