refactor: move website files to the root level
This commit is contained in:
parent
c2887ecbc5
commit
2cbbfd60ff
590 changed files with 0 additions and 4484 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 /app/build /app/source
|
||||
|
||||
exec "$@"
|
Loading…
Add table
Add a link
Reference in a new issue