Skip to content

Commit 080a080

Browse files
committed
removed volume mounting for frontend
1 parent f453ab8 commit 080a080

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

bin/glance-setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ echo "[info] - Installing build time dependencies of glance."
1010
# Function to return boolean if package is installed
1111
installed () {
1212

13-
(($(dpkg-query -W -showformat='${Status}\n' $1 | grep -c "ok installed") == 0))
13+
(($(dpkg-query -W --showformat='${Status}\n' $1 | grep -c "ok installed") == 0))
1414
}
1515

1616
# Glance is a scala js build, which requires node js

docker-compose.yml

-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ services:
88
- glance-eval-backend
99
ports:
1010
- "80:80"
11-
volumes:
12-
- ~/glance/www:/usr/share/nginx/html
1311
glance-eval-backend:
1412
env_file: .env
1513
build: ./glance-eval/jvm/target/docker/

0 commit comments

Comments
 (0)