Skip to content

Commit

Permalink
chore: code clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ymarcon committed Dec 15, 2024
1 parent bb49d9b commit 616064c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
8 changes: 1 addition & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3'
services:
opal:
image: obiba/opal:latest
Expand Down

0 comments on commit 616064c

Please sign in to comment.