aboutsummaryrefslogtreecommitdiffstats
path: root/docker/README.md
diff options
context:
space:
mode:
authorLibravatar Michal Kostewicz <m.kostewicz84@gmail.com>2021-02-05 20:43:13 +0100
committerLibravatar Michal Kostewicz <m.kostewicz84@gmail.com>2021-02-07 10:20:38 +0100
commit7e55e4bf83321c770645e9657589a620335fa029 (patch)
tree494f2b77a930fd68d61e5e536e469141562606f0 /docker/README.md
parentMoved getferdi/server-docker into getferdi/server repository. (diff)
downloadferdium-server-7e55e4bf83321c770645e9657589a620335fa029.tar.gz
ferdium-server-7e55e4bf83321c770645e9657589a620335fa029.tar.zst
ferdium-server-7e55e4bf83321c770645e9657589a620335fa029.zip
Modifying Dockerfile so that it can use the current application code to build the image. Update instructions for building image in README.md
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 .