Skip to content

Commit

Permalink
Fix docker README
Browse files Browse the repository at this point in the history
  • Loading branch information
jfyuen committed Aug 14, 2016
1 parent 34e93ad commit 15aee0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ $ npm run dev
Use the bundled `Dockerfile`, change `${DB_PATH}` and `${USER}` to suits your needs.

```bash
$ docker build -t ${USER}/timesheets
$ docker build -t ${USER}/timesheets .
$ docker run -p 8080:8080 -v ${DB_PATH}:/data -d ${USER}/timesheets
```

0 comments on commit 15aee0e

Please sign in to comment.