update
This commit is contained in:
parent
0358a6025b
commit
deaf58dfce
7 changed files with 19 additions and 17 deletions
|
|
@ -4,15 +4,5 @@ set -e
|
|||
set -x
|
||||
# do anything here
|
||||
|
||||
mkdir -p /volumes/static/chat/
|
||||
|
||||
cp -r /extra/chat.html /volumes/static/chat/chat.html
|
||||
|
||||
cp -r /extra/chat.js /volumes/static/chat/chat.js
|
||||
cp -r /extra/style.css /volumes/static/chat/style.css
|
||||
|
||||
|
||||
# chmod -R a+r /volumes/static/chat || true
|
||||
|
||||
# run the CMD [ ... ] from the dockerfile
|
||||
exec "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue