Skip to content

Commit 537b04a

Browse files
committed
Added guidance for docker support
1 parent 4340b6b commit 537b04a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,11 @@ Execute Cucumber-js tests
4040

4141
## Docker
4242

43-
We will provide some Docker support very soon.
43+
To run and test the project in a container, use these steps:
44+
45+
```bash
46+
docker run -it -v ${PWD}:/battleship -w /battleship node bash
47+
npm install
48+
npm test
49+
node index.js
50+
```

0 commit comments

Comments
 (0)