assume dir context is in repo top level

for Pullrequest #29
https://github.com/hannahcode/wordle/pull/29
This commit is contained in:
Thor 2022-01-19 05:57:42 +01:00 committed by GitHub
parent 13e0663c0c
commit cd1a4ccaf3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,6 @@ $ npm run start
_To build/run docker container:_
```bash
$ cd wordle
$ docker build -t notwordle .
$ docker run -d -p 3000:3000 notwordle
```