refactor: use Tailwind CLI and esbuild for assets
Fixes: #10 Fixes: #14
This commit is contained in:
parent
aa22925e92
commit
6e120bee3a
15 changed files with 1381 additions and 9904 deletions
7
tools/docker/images/app/root/usr/bin/docker-entrypoint.sh
Executable file
7
tools/docker/images/app/root/usr/bin/docker-entrypoint.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
cp -r /build /app/source
|
||||
|
||||
exec "$@"
|
Loading…
Add table
Add a link
Reference in a new issue