correr el container
This commit is contained in:
parent
6b345bded9
commit
054f2aa3a0
1 changed files with 5 additions and 1 deletions
6
Makefile
6
Makefile
|
@ -29,4 +29,8 @@ push:
|
||||||
docker push registry.forja.lainventoria.com.ar/$(name)
|
docker push registry.forja.lainventoria.com.ar/$(name)
|
||||||
docker push registry.forja.lainventoria.com.ar/miniloom/$(d):latest
|
docker push registry.forja.lainventoria.com.ar/miniloom/$(d):latest
|
||||||
|
|
||||||
all: clean doc build tag push
|
run:
|
||||||
|
docker run -v $(PWD)/data:/srv/http/data \
|
||||||
|
-e RAILS_MASTER_KEY=$(master_key) $(name)
|
||||||
|
|
||||||
|
all: clean doc build tag
|
||||||
|
|
Loading…
Reference in a new issue