Skip to content

Commit

Permalink
Forgot to uncomment build image in docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Brawl345 committed Jan 13, 2024
1 parent c431e10 commit ccfb258
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ version: '3.8'
name: rssbot
services:
bot:
build: .
# build: .
pull_policy: always
# image: ghcr.io/brawl345/rssbot:latest
image: ghcr.io/brawl345/rssbot:latest
restart: always
env_file: .env

Expand Down

0 comments on commit ccfb258

Please sign in to comment.