This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
wojciech
/
doneth.at-backend
Watch
1
Star
0
Fork
0
Code
Issues
9
Pull Requests
Projects
1
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35
Commits
7
Branches
0
Tags
2.4 MiB
Python
58.7%
HTML
31.2%
CSS
5.7%
Dockerfile
1.4%
JavaScript
1.1%
Other
2%
Branch:
master
days_refactor
feature/accomplishments
feature/daily-goal
feature/delete
feature/edit
master
refactor/forms
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'master'
${ noResults }
doneth.at-backend
/
entrypoint.sh
4 lines
85 B
Raw
Permalink
Blame
History
#!/bin/bash
chown -R www-data:www-data /data
flask db upgrade
&&
gosu www-data
"
$@
"