Skip to content

Commit b4b33a7

Browse files
author
Ives van Hoorne
committed
For real
1 parent ccd8a6a commit b4b33a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ mkdir .deliver/www && \
88
docker cp $id:/app/www/ ./.deliver/ && \
99
docker rm -v $id && \
1010
echo "Copy static files" && \
11-
cp static/* .deliver/www/* && \
11+
cp -R static/ .deliver/www/ && \
1212
echo "Tarring build files" && \
1313
tar -C .deliver -zcvf .deliver/code_sandbox_client.tar.gz www && \
1414
echo "Cleaning remote tar" && \

0 commit comments

Comments
 (0)