Skip to content

Commit

Permalink
update: add docker image name to compose
Browse files Browse the repository at this point in the history
  • Loading branch information
juddisjudd committed May 3, 2024
1 parent b206008 commit 85a2738
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ version: '3.9'
services:
bot:
container_name: oxbot
image: ipajudd/oxbot:latest
build: .
restart: unless-stopped
command: pnpm start:production
Expand Down

0 comments on commit 85a2738

Please sign in to comment.