Skip to content

Commit

Permalink
change context of Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
marcorosa committed Sep 28, 2023
1 parent dd174b7 commit 4c0834f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker-compose.postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ services:
- "5432:${DBPORT}"
credential_digger:
build:
context: ./ui
dockerfile: Dockerfile
context: .
dockerfile: ./ui/Dockerfile
args:
- SSL_certificate=$SSL_certificate
- SSL_private_key=$SSL_private_key
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ version: "3"
services:
credential_digger:
build:
context: ./ui
dockerfile: Dockerfile
context: .
dockerfile: ui/Dockerfile
args:
- SSL_certificate=$SSL_certificate
- SSL_private_key=$SSL_private_key
Expand Down

0 comments on commit 4c0834f

Please sign in to comment.