Merge branch 'main' of github.com:guntherweissenbaeck/django_fbf
This commit is contained in:
commit
0c6d7b334e
2 changed files with 3 additions and 1 deletions
|
@ -39,7 +39,7 @@ RUN mkdir -p /home/app
|
|||
|
||||
# create the app user
|
||||
# RUN addgroup --system app && adduser --system --group app
|
||||
RUN addgroup --system app && adduser --system app
|
||||
RUN addgroup --system app && adduser --system app app
|
||||
|
||||
# create the appropriate directories
|
||||
ENV HOME=/home/app
|
||||
|
|
|
@ -8,6 +8,8 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<!-- favicon -->
|
||||
<link rel="shortcut icon" href="{% static 'img/favicon/m.png' %}" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" sizes="128x128" href="{% static 'img/favicon/m.png' %}">
|
||||
<link rel="icon" sizes="192x192" href="{% static 'img/favicon/l.png' %}">
|
||||
<link rel="stylesheet" href="https://bootswatch.com/5/cosmo/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="{% static 'css/style.css' %}">
|
||||
<title>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue