Skip to content

Commit

Permalink
remove build instrctn, add pull instuction
Browse files Browse the repository at this point in the history
  • Loading branch information
sahil-sagwekar2652 committed Jan 4, 2024
1 parent af17481 commit 6ab4699
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,10 @@ services:
retries: 10

flask_blog:
image: sahilsagwekar2652/personal-blog-website:master
depends_on:
db:
condition: service_started
build:
flask_blog
env_file:
- .env
environment:
Expand Down

0 comments on commit 6ab4699

Please sign in to comment.