Skip to content

Commit

Permalink
⚰️ Remove data folder
Browse files Browse the repository at this point in the history
  • Loading branch information
robvankeilegom committed Jul 9, 2024
1 parent 23d6b22 commit 666f5d1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

```bash
docker run \
--volume=$PWD/data:/data \
--publish=8081:80 \
--env=DB_HOST=mysql \
--env=DB_DATABASE=pdf_optimizer \
Expand Down
3 changes: 0 additions & 3 deletions docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ else
fi
fi

chgrp -R www-data storage /data
chmod -R ug+rwx storage /data

# Install the required packages
composer install --no-interaction --optimize-autoloader --no-dev

Expand Down

0 comments on commit 666f5d1

Please sign in to comment.