File tree 2 files changed +2
-2
lines changed
recastcontrolcenter/templates
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ services:
8
8
command : recast-control-center server
9
9
# stdin_open: true
10
10
# tty: true
11
- image : recastcc
11
+ image : lukasheinrich/recast-control-center
12
12
environment :
13
13
- RECAST_CELERY_REDIS_HOST=redis
14
14
- RECAST_CELERY_REDIS_PORT=6379
Original file line number Diff line number Diff line change 10
10
<!-- Bootstrap -->
11
11
< link rel ="stylesheet " href ="{{ url_for('static',filename='bootstrap/css/bootstrap.min.css')}} "> "
12
12
< link rel ="stylesheet " href ="{{ url_for('static',filename='css/style.css')}} ">
13
-
13
+ < link rel =" shortcut icon " type =" image/png " href =" {{ url_for('static',filename='assets/recast.ico')}} " />
14
14
< script src ="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js "> </ script >
15
15
16
16
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
You can’t perform that action at this time.
0 commit comments