Skip to content

Commit

Permalink
build: move Dockerfile to docker/dev
Browse files Browse the repository at this point in the history
'docker build' transfers the directory containing Dockerfile to the
container, which can take quite a while with a pre-built environment.
  • Loading branch information
avikivity committed Jan 19, 2015
1 parent 23b9605 commit 6e9d4f3
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -79,7 +79,7 @@ make CC=gcc-4.9 CXX=g++-4.9 -j 24
To build a Docker image:

```
docker build -t seastar-dev .
docker build -t seastar-dev docker/dev
```

To launch a container:
Expand Down
File renamed without changes.

0 comments on commit 6e9d4f3

Please sign in to comment.