Skip to content

Commit

Permalink
Minor fixes to the devapp compose
Browse files Browse the repository at this point in the history
- rename server to avoid conflict
- add better logging message
  • Loading branch information
shankari committed Mar 5, 2020
1 parent 9b4ef89 commit e9426b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/em-phone-devapp-serve/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: "3"
services:
web-server:
devapp-server:
image: emission/e-mission-phone.dev.ui-only:latest
environment:
- PHONE_REPO=https://github.com/e-mission/e-mission-phone.git
Expand Down
4 changes: 2 additions & 2 deletions start_devapp_serve.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env bash
#Configure web server

#set database URL using environment variable
echo "Cloning from repo "${PHONE_REPO}
#set phone repo using environment variable
echo "Cloning from repo "${PHONE_REPO}" and branch "$PHONE_BRANCH

mkdir -p /src
cd /src
Expand Down

0 comments on commit e9426b9

Please sign in to comment.