Skip to content

Commit

Permalink
fix: Corrigindo docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacAndra committed Sep 11, 2024
1 parent 0d445b8 commit 4b49e81
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ services:
blog_api_server:
image: isaacandra/blog-api-server
restart: always
build: ./blog-api-server
build:
context: .
dockerfile: blog-api-server/Dockerfile
working_dir: /blog-api-server
environment:
TZ: America/Sao_Paulo
Expand Down

0 comments on commit 4b49e81

Please sign in to comment.