diff --git a/consume/.gitkeep b/consume/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/export/.gitkeep b/export/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/setup b/setup index 1eef51b..9048071 100755 --- a/setup +++ b/setup @@ -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!"