Skip to content

Commit 5abf512

Browse files
committed
Fixed build dir
1 parent d347393 commit 5abf512

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

run_docker.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/bash
2-
rm -rf build/pip
2+
rm -rf build
3+
mkdir build
34
docker run --name build-lambda-layer "$@" > /dev/null 2>&1
45
docker cp build-lambda-layer:/libraries.zip build/libraries.zip > /dev/null 2>&1
56
docker rm build-lambda-layer > /dev/null 2>&1

0 commit comments

Comments
 (0)