This website requires JavaScript.
Explore
Help
Register
Sign In
UA-Fediland
/
pixelfed
Watch
2
Star
0
Fork
You've already forked pixelfed
0
mirror of
https://github.com/pixelfed/pixelfed.git
synced
2024-11-13 01:54:30 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
b956675977
pixelfed
/
docker
/
start.sh
7 lines
96 B
Bash
Raw
Normal View
History
Unescape
Escape
Handle storage folder creation properly
2018-06-16 07:50:38 +00:00
#!/bin/bash
Add a start script and automatically migrate the db
2018-06-12 18:56:42 +00:00
Handle storage folder creation properly
2018-06-16 07:50:38 +00:00
cp -r storage.skel/* storage/
php artisan migrate --force
Add a start script and automatically migrate the db
2018-06-12 18:56:42 +00:00
exec
apache2-foreground
Reference in a new issue
Copy permalink