aboutsummaryrefslogtreecommitdiffstats
path: root/docker/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docker/README.md')
-rw-r--r--docker/README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/docker/README.md b/docker/README.md
index 8e0da08..5daa9fc 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -202,11 +202,10 @@ Below are the instructions for updating the container to get the most recent ver
202 202
203## Building locally 203## Building locally
204 204
205If you want to make local modifications to this image for development purposes or just to customize the logic: 205If you want to build this image locally, please run this command from root of [ferdi server repository](https://github.com/getferdi/server/tree/master/):
206``` 206```
207git clone https://github.com/getferdi/server-docker.git
208cd server-docker
209docker build \ 207docker build \
208 -f docker/Dockerfile \
210 --no-cache \ 209 --no-cache \
211 --pull \ 210 --pull \
212 -t getferdi/ferdi-server:latest . 211 -t getferdi/ferdi-server:latest .