mirror of https://github.com/zulip/zulip.git
Move Dockerfile to Dockerfile-dev.
Based on zulip#450, with commits restructured by Rein Zustand.
This commit is contained in:
parent
b1e52610dc
commit
9bd3f772b7
|
@ -390,7 +390,7 @@ Then you should create the Docker image based on Ubuntu Linux, first
|
|||
go to the directory with the Zulip source code:
|
||||
|
||||
```
|
||||
docker build -t user/zulipdev .
|
||||
docker build -t user/zulipdev -f Dockerfile-dev .
|
||||
```
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue