Skip to content

Commit 90bfb41

Browse files
author
Ives van Hoorne
committed
Add static file handling
1 parent 6ce46e6 commit 90bfb41

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

deploy.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ mkdir .deliver && \
77
mkdir .deliver/www && \
88
docker cp $id:/app/www/ ./.deliver/ && \
99
docker rm -v $id && \
10+
echo "Copy static files" & \
11+
cp www/* .deliver/www/* & \
1012
echo "Tarring build files"
1113
tar -C .deliver -zcvf .deliver/code_sandbox_client.tar.gz www && \
1214
echo "Cleaning remote tar" && \
File renamed without changes.

0 commit comments

Comments
 (0)