Skip to content

Commit 1b2055b

Browse files
committed
fix docker file
Signed-off-by: Marvin Bechtold <[email protected]>
1 parent 607a909 commit 1b2055b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ ADD .docker/application.properties.tpl /var/www/java/application.properties.tpl
3131

3232
CMD dockerize -template /var/www/java/application.properties.tpl:/var/www/java/application.properties \
3333
&& cd /var/www/java/ \
34-
&& if [ $HAL_EXPLORER = "true" ]; then java -jar api.jar; else java -jar api_no_hal_explorer.jar; fi
34+
&& if [ "$HAL_EXPLORER" = "true" ]; then java -jar api.jar; else java -jar api_no_hal_explorer.jar; fi
3535

0 commit comments

Comments
 (0)