Skip to content

Commit

Permalink
doc(Docker): add documentation in README
Browse files Browse the repository at this point in the history
  • Loading branch information
shahabganji authored and 3cp committed Sep 12, 2019
1 parent fd474e2 commit 1cefad4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions skeleton/docker/README.md
@@ -0,0 +1,15 @@
For more information, go to https://aurelia.io/docs/cli/cli-bundler

## Build for Docker

This is as simple as running a command:

`yarn docker:build` or `npm run docker:build`

if you want to bring up an instance on your machine run:

`yarn docker:start` or `npm run docker:build`

to stop the previously started instance:

`yarn docker:stop` or `npm run docker:stop`

0 comments on commit 1cefad4

Please sign in to comment.