This website requires JavaScript.
Explore
Help
Sign In
opdavies
/
oliverdavies.uk
Watch
1
Star
0
Fork
You've already forked oliverdavies.uk
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
9088ed2101
oliverdavies.uk
/
tools
/
docker
/
images
/
app
/
root
/
usr
/
bin
/
docker-entrypoint.sh
8 lines
59 B
Bash
Raw
Normal View
History
Unescape
Escape
refactor: use Tailwind CLI and esbuild for assets Fixes: #10 Fixes: #14
2021-12-29 18:31:46 +00:00
#!/bin/sh
set
-e
fix(assets): update source path
2022-08-13 20:56:44 +00:00
cp -r /app/build /app/source
refactor: use Tailwind CLI and esbuild for assets Fixes: #10 Fixes: #14
2021-12-29 18:31:46 +00:00
exec
"
$@
"
Reference in a new issue
Copy permalink