Skip to content

Commit f940651

Browse files
committed
remove unnecessary script variable
1 parent 557e5b9 commit f940651

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docker-example/build.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
set e+x
22

3-
LOCAL_NAME=local/test
4-
5-
docker build -t $LOCAL_NAME .
3+
docker build -t local/test .
64

75
# run the example with source code and node_modules
86
# mapped from the parent folder

0 commit comments

Comments
 (0)