Skip to content

Commit

Permalink
Light
Browse files Browse the repository at this point in the history
  • Loading branch information
PrinceNwaimo committed Aug 19, 2024
1 parent c4ddf2f commit fffb039
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
app:
build:
context: /home/ubuntu/Downloads/ChiefCode/ChiefCode
dockerfile: Dockerfile # This line is optional if your Dockerfile is named 'Dockerfile'
dockerfile: Dockerfile
environment:
- SPRING_PROFILES_ACTIVE=dev
env_file:
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.systest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
app:
build:
context: /home/ubuntu/Downloads/ChiefCode/ChiefCode
dockerfile: Dockerfile # This line is optional if your Dockerfile is named 'Dockerfile'
dockerfile: Dockerfile
environment:
- SPRING_PROFILES_ACTIVE=systest
env_file:
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.uat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
app:
build:
context: /home/ubuntu/Downloads/ChiefCode/ChiefCode
dockerfile: Dockerfile # This line is optional if your Dockerfile is named 'Dockerfile'
dockerfile: Dockerfile
environment:
- SPRING_PROFILES_ACTIVE=uat
env_file:
Expand Down

0 comments on commit fffb039

Please sign in to comment.