Add sqlite
This commit is contained in:
parent
5682919656
commit
50b6d45e58
@ -11,7 +11,7 @@ RUN dpkg-reconfigure -f noninteractive tzdata
|
|||||||
|
|
||||||
# install software
|
# install software
|
||||||
RUN apt update
|
RUN apt update
|
||||||
RUN apt install -y build-essential python3-pip gettext
|
RUN apt install -y build-essential python3-pip sqlite3 gettext
|
||||||
|
|
||||||
# install dependencies
|
# install dependencies
|
||||||
RUN pip3 install --upgrade pip
|
RUN pip3 install --upgrade pip
|
||||||
|
@ -12,7 +12,7 @@ services:
|
|||||||
DEBUG: "True"
|
DEBUG: "True"
|
||||||
ALLOWED_HOSTS: ""
|
ALLOWED_HOSTS: ""
|
||||||
SECRET_KEY: "secret"
|
SECRET_KEY: "secret"
|
||||||
DB: "database.sqlite"
|
DB: "../database.sqlite"
|
||||||
DOMAIN: ""
|
DOMAIN: ""
|
||||||
DOMAIN_URL: "https://"
|
DOMAIN_URL: "https://"
|
||||||
STATIC_URL: "/static/"
|
STATIC_URL: "/static/"
|
||||||
|
Loading…
Reference in New Issue
Block a user