We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 557e5b9 commit f940651Copy full SHA for f940651
docker-example/build.sh
@@ -1,8 +1,6 @@
1
set e+x
2
3
-LOCAL_NAME=local/test
4
-
5
-docker build -t $LOCAL_NAME .
+docker build -t local/test .
6
7
# run the example with source code and node_modules
8
# mapped from the parent folder
0 commit comments