From 616064cced57305f712480dd1bd6b21580cec498 Mon Sep 17 00:00:00 2001 From: Yannick Marcon Date: Sun, 15 Dec 2024 14:49:52 +0100 Subject: [PATCH] chore: code clean up --- Makefile | 8 +------- README.md | 2 +- docker-compose.yml | 1 - 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/Makefile b/Makefile index a22a470..97376d9 100644 --- a/Makefile +++ b/Makefile @@ -2,13 +2,7 @@ # Docker helper # -no_cache=false - -all: - docker build --no-cache=true -t="obiba/opal:$(tag)" . && \ - docker build -t="obiba/opal:latest" . && \ - docker image push obiba/opal:$(tag) && \ - docker image push obiba/opal:latest +no_cache=true # Build Docker image build: diff --git a/README.md b/README.md index 3688cd4..109656c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Docker Opal =========== -Use [docker compose](https://docs.docker.com/compose/) to launch opal, agate and mongodb applications: +Use [docker compose](https://docs.docker.com/compose/) to launch opal, rock and mongodb/mysql/mariadb/postgres applications: ``` docker-compose up diff --git a/docker-compose.yml b/docker-compose.yml index 2115515..0e93f8b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,4 +1,3 @@ -version: '3' services: opal: image: obiba/opal:latest