We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f453ab8 commit 080a080Copy full SHA for 080a080
bin/glance-setup.sh
@@ -10,7 +10,7 @@ echo "[info] - Installing build time dependencies of glance."
10
# Function to return boolean if package is installed
11
installed () {
12
13
- (($(dpkg-query -W -showformat='${Status}\n' $1 | grep -c "ok installed") == 0))
+ (($(dpkg-query -W --showformat='${Status}\n' $1 | grep -c "ok installed") == 0))
14
}
15
16
# Glance is a scala js build, which requires node js
docker-compose.yml
@@ -8,8 +8,6 @@ services:
8
- glance-eval-backend
9
ports:
- "80:80"
- volumes:
- - ~/glance/www:/usr/share/nginx/html
glance-eval-backend:
env_file: .env
build: ./glance-eval/jvm/target/docker/
0 commit comments