This website works better with JavaScript.
Explore
Help
Sign In
l_konstantin
/
Edu_helper
Watch
1
Star
0
Fork
You've already forked Edu_helper
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Персональный образовательный ресурс для Константина на Deepseek API
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.
3
Commits
1
Branch
0
Tags
293 KiB
TypeScript
94.1%
CSS
4.1%
Dockerfile
1%
JavaScript
0.5%
HTML
0.3%
Tree:
fe99f8dc72
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'fe99f8dc72'
${ noResults }
Edu_helper
/
docker-entrypoint.sh
6 lines
79 B
Raw
Blame
History
#!/bin/sh
set
-e
cd
/app
npx prisma migrate deploy
node dist/seed.js
exec
"
$@
"
Reference in new issue
Copy Permalink