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 "$@"
|
||||
|
|
|
|||
|
|
@ -1,4 +0,0 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<!-- OLD HTML to be deleted later -->
|
||||
</html>
|
||||
|
|
@ -1 +0,0 @@
|
|||
// OLD JS file to be deleted later
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
/*! tailwindcss v4.1.16 | MIT License | https://tailwindcss.com */
|
||||
/* Old css to be deleted later */
|
||||
Loading…
Add table
Add a link
Reference in a new issue