Skip to content

Commit

Permalink
Merge pull request #169 from saulshanabrook/patch-1
Browse files Browse the repository at this point in the history
Fix docker image name
  • Loading branch information
Munter committed Apr 28, 2015
2 parents 6a5dd8e + a1217cf commit 1ac9c97
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 @@ -21,7 +21,7 @@ buildProduction path/to/your/index.html --outroot path/to/output/directory

# [Docker](https://www.docker.com/)
```
docker run --rm -it -v "$(pwd)":/app/ -w /app/ assetgraph-builder path/to/your/index.html --outroot path/to/output/directory
docker run --rm -it -v "$(pwd)":/app/ -w /app/ assetgraph/assetgraph-builder path/to/your/index.html --outroot path/to/output/directory
```

Congratulations, you just optimized your web page!
Expand Down

0 comments on commit 1ac9c97

Please sign in to comment.