Skip to content

Commit

Permalink
Renamed to standard mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyjams committed Jul 15, 2020
1 parent d39790c commit b06c40f
Show file tree
Hide file tree
Showing 15 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions cloud-computing/nodejs-hello-world/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
* Basic

Build:
`./basic/build`
`./standard/build`

Run locally:
`./basic/run`
`./basic/run Alice`
`./standard/run`
`./standard/run Alice`


* Tee
Expand Down
4 changes: 0 additions & 4 deletions cloud-computing/nodejs-hello-world/basic/build

This file was deleted.

4 changes: 4 additions & 0 deletions cloud-computing/nodejs-hello-world/standard/build
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
cd $(dirname $0)

docker image build -f ../standard/Dockerfile -t node-hello-world:1.0.0 .. $@
6 changes: 3 additions & 3 deletions cloud-computing/python-hello-world/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
* Basic

Build:
`./basic/build`
`./standard/build`

Run locally:
`./basic/run`
`./basic/run Alice`
`./standard/run`
`./standard/run Alice`


* Tee
Expand Down
4 changes: 0 additions & 4 deletions cloud-computing/python-hello-world/basic/build

This file was deleted.

4 changes: 4 additions & 0 deletions cloud-computing/python-hello-world/standard/build
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
cd $(dirname $0)

docker image build -f ../standard/Dockerfile -t python-hello-world:1.0.0 .. $@
6 changes: 3 additions & 3 deletions offchain-computing/offchain-python-hello-world/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
* Basic

Build:
`./basic/build`
`./standard/build`

Run locally:
`./basic/run`
`./basic/run Alice`
`./standard/run`
`./standard/run Alice`


* Tee
Expand Down
4 changes: 0 additions & 4 deletions offchain-computing/offchain-python-hello-world/basic/build

This file was deleted.

4 changes: 4 additions & 0 deletions offchain-computing/offchain-python-hello-world/standard/build
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
cd $(dirname $0)

docker image build -f ../standard/Dockerfile -t offchain-python-hello-world:1.0.0 .. $@

0 comments on commit b06c40f

Please sign in to comment.