mirror of
https://github.com/SourceFellows/gobuch.git
synced 2025-07-19 14:51:23 +02:00
initial import
This commit is contained in:
12
hello-world/javascript/README.txt
Normal file
12
hello-world/javascript/README.txt
Normal file
@ -0,0 +1,12 @@
|
||||
Starten des docker Containers
|
||||
-----------------------------
|
||||
|
||||
```
|
||||
docker run -v `pwd`:/tmp -it node:latest /bin/bash
|
||||
```
|
||||
|
||||
Danach im Containers
|
||||
```
|
||||
cd /tmp
|
||||
node index.js
|
||||
```
|
1
hello-world/javascript/index.js
Normal file
1
hello-world/javascript/index.js
Normal file
@ -0,0 +1 @@
|
||||
console.log("Hello World")
|
Reference in New Issue
Block a user