Skip to content

Commit

Permalink
correct address to paste the spanish settings
Browse files Browse the repository at this point in the history
  • Loading branch information
JeronimoC23 authored and MJoaaquin committed Dec 22, 2021
1 parent e40c607 commit 768a18f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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

0 comments on commit 768a18f

Please sign in to comment.