Skip to content
Snippets Groups Projects
Commit 3b52bb9a authored by Elian Loraux's avatar Elian Loraux
Browse files

add database file

parent 45691a81
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,7 @@ cp .env.sample .env ...@@ -10,6 +10,7 @@ cp .env.sample .env
# create volumes directories # create volumes directories
mkdir -p data/hemmelig database mkdir -p data/hemmelig database
touch database/hammelig.db
# set permissions (Node user has UID 1000 within the container) # set permissions (Node user has UID 1000 within the container)
chown 1000:1000 data/hemmelig database chown 1000:1000 data/hemmelig database
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment