https://github.com/theiterators/drakov-docker
Dockerfile for drakov
https://github.com/theiterators/drakov-docker
Last synced: 5 months ago
JSON representation
Dockerfile for drakov
- Host: GitHub
- URL: https://github.com/theiterators/drakov-docker
- Owner: theiterators
- License: apache-2.0
- Created: 2016-04-02T13:11:54.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-02T13:33:53.000Z (over 10 years ago)
- Last Synced: 2024-03-18T00:21:42.636Z (over 2 years ago)
- Size: 4.88 KB
- Stars: 2
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# drakov-docker
Dockerfile for drakov that spares you the hassle of installing NPM toolchain.
## Usage
Go to your blueprint's root dir:
```
$ cd ~/projects/awesome-twitter-clone
```
Start drakov docker (mind `--public` required to access from outside the container and `-p 3000:3000` that actually publishes ports):
```
docker run --rm -it -v $(pwd):/tmp -p 3000:3000 iterators/drakov-docker drakov -f BLUEPRINT.md --public
```
Enjoy your mocks!
```
curl http://localhost:3000
```
## Author & license
If you have any questions regarding this project contact:
Łukasz Sowa from [Iterators](https://iterato.rs).
For licensing info see LICENSE file in project's root directory.