This website requires JavaScript.
Explore
Help
Sign In
Claytonia
/
cryptalk
Watch
2
Star
0
Fork
You've already forked cryptalk
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
1.1.17
cryptalk
/
docker-entrypoint.sh
8 lines
88 B
Bash
Raw
Permalink
Blame
History
#!/bin/sh
set
-e
cp -R /usr/src/app/public/* /usr/src/app/external-public/
exec
"
$@
"
Reference in New Issue
View Git Blame
Copy Permalink