Skip to content

Commit 7c344a9

Browse files
authored
add serve (#116)
1 parent 79ffbfa commit 7c344a9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: serve

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/bin/bash
2+
3+
docker run -it --rm \
4+
--network host \
5+
-v "$PWD":/usr/src/myapp \
6+
-w /usr/src/myapp \
7+
niden-mike \
8+
/bin/bash

0 commit comments

Comments
 (0)