fix(assets): update source path
This commit is contained in:
parent
3ceb4a414e
commit
c8a9acd4b4
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
cp -r /build /app/source
|
cp -r /app/build /app/source
|
||||||
|
|
||||||
exec "$@"
|
exec "$@"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue