Skip to content

Commit

Permalink
fix docker compose context
Browse files Browse the repository at this point in the history
  • Loading branch information
avan1235 committed Apr 22, 2023
1 parent e61cfa5 commit 5b2bb26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ services:
mini-games-dev-server:
build:
dockerfile: ./Dockerfile
context: .
args:
POSTGRES_PORT: ${POSTGRES_PORT}
POSTGRES_DB: ${POSTGRES_DB}
Expand Down

0 comments on commit 5b2bb26

Please sign in to comment.