We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 607a909 + 1b2055b commit f96b8bdCopy full SHA for f96b8bd
Dockerfile
@@ -31,5 +31,5 @@ ADD .docker/application.properties.tpl /var/www/java/application.properties.tpl
31
32
CMD dockerize -template /var/www/java/application.properties.tpl:/var/www/java/application.properties \
33
&& cd /var/www/java/ \
34
- && if [ $HAL_EXPLORER = "true" ]; then java -jar api.jar; else java -jar api_no_hal_explorer.jar; fi
+ && if [ "$HAL_EXPLORER" = "true" ]; then java -jar api.jar; else java -jar api_no_hal_explorer.jar; fi
35
0 commit comments