We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccd8a6a commit b4b33a7Copy full SHA for b4b33a7
deploy.sh
@@ -8,7 +8,7 @@ mkdir .deliver/www && \
8
docker cp $id:/app/www/ ./.deliver/ && \
9
docker rm -v $id && \
10
echo "Copy static files" && \
11
-cp static/* .deliver/www/* && \
+cp -R static/ .deliver/www/ && \
12
echo "Tarring build files" && \
13
tar -C .deliver -zcvf .deliver/code_sandbox_client.tar.gz www && \
14
echo "Cleaning remote tar" && \
0 commit comments