Skip to content

Commit

Permalink
move Dockerfile => build/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ajatprabha committed Jul 1, 2019
1 parent e98f02c commit 1850b93
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,7 @@ copy-config:
mkdir -p out
cp config.yaml.example config.yaml

docker-image:
docker build -t ${USER}/darkroom:latest -f build/Dockerfile .

ci: copy-config compile lint format vet test test-cov test-cov-report
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ SOURCE_HYSTRIX_ERRORPERCENTTHRESHOLD=25
```
Build the docker image and run it with the config created.
```bash
docker build -t ${USER}/darkroom:latest .
make docker-image
docker run -p 80:3000 --env-file ./config.env ${USER}/darkroom:latest
```

Expand Down
File renamed without changes.

0 comments on commit 1850b93

Please sign in to comment.