Browse Source

feat: creat folders by executing the setup script

master
bucde 3 years ago
parent
commit
5518740553
3 changed files with 3 additions and 1 deletions
  1. +0
    -0
      consume/.gitkeep
  2. +0
    -0
      export/.gitkeep
  3. +3
    -1
      setup

+ 0
- 0
consume/.gitkeep View File


+ 0
- 0
export/.gitkeep View File


+ 3
- 1
setup View File

@ -57,10 +57,12 @@ if [ $CONFIG_EXISTS == "false" ] || [ $KEEP_CONFIG == "n" ]; then
echo "PAPERLESS_DB_PASSWORD="$PAPERLESS_DB_PASSWORD >> .env
fi
mkdir -p consume export
docker-compose up -d
echo "Wait a few seconds for the container to spin up ..."
sleep 5
sleep 15
echo "Done!"

Loading…
Cancel
Save