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 029e0b4 commit ce678d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Docker helper
#

no_cache=false
no_cache=true

# Build Docker image
build:
Expand Down
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
services:
agate:
image: obiba/agate
image: obiba/agate:latest
#image: obiba/agate:test
ports:
- "8881:8081"
links:
Expand Down

0 comments on commit ce678d4

Please sign in to comment.