Skip to content

Commit

Permalink
fix #33 (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
pagoru authored Jul 26, 2024
1 parent d4a2cb5 commit 55911cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .docker/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ services:
- '2024:2024'
volumes:
- 'openhotel-auth:/app'
image: 'openhotel/openhotel-auth:latest'
image: 'openhotel/auth:latest'
volumes:
openhotel-auth: null
2 changes: 1 addition & 1 deletion .docker/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"tasks": {
"enable": "docker buildx create --use",
"build": "docker buildx build --platform linux/amd64,linux/arm64 -t openhotel/openhotel-auth:latest --push ."
"build": "docker buildx build --platform linux/amd64,linux/arm64 -t openhotel/auth:latest --push ."
}
}

0 comments on commit 55911cb

Please sign in to comment.