From 768a18fd403fe8faf29f340dd8826ab1c2a78e77 Mon Sep 17 00:00:00 2001 From: JeronimoC23 Date: Tue, 21 Dec 2021 16:36:34 -0300 Subject: [PATCH] correct address to paste the spanish settings --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 49ad1d2..e8a78ba 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,6 @@ +current_dir = $(notdir $(shell pwd)) +addres_to_copy_the_lan_config = $(addprefix $(current_dir),_omeka_1:/var/www/html/application/config/config.ini) + list: @docker image ls @@ -14,6 +17,6 @@ stop: @docker-compose stop copy-config: - @docker cp ./config.ini archivos-del-sur_omeka_1:/var/www/html/application/config/config.ini + @docker cp ./config.ini $(addres_to_copy_the_lan_config) reset: down delete-image up copy-config stop up