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
Normal View
History
Unescape
Escape
Fixing docker entrypoint, 1.1.10
2017-01-15 16:28:34 -05:00
#!/bin/sh
Added entrypoint (docker)
2017-01-14 18:47:20 -05:00
set
-e
Fixing docker entrypoint, 1.1.10
2017-01-15 16:28:34 -05:00
cp -R /usr/src/app/public/* /usr/src/app/external-public/
Added entrypoint (docker)
2017-01-14 18:47:20 -05:00
Fixing docker entrypoint, 1.1.10
2017-01-15 16:28:34 -05:00
exec
"
$@
"