Skip to content

Commit

Permalink
Add env file test (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenElgar authored Nov 11, 2021
1 parent b8e2cc3 commit 4b19a99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/image/fixtures/simple-example/env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
RESPONSE="Hi!"
2 changes: 1 addition & 1 deletion test/image/fixtures/simple-example/exo.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ components {
ports = [ "44224:44224" ]
environment = {
PORT = "44224"
RESPONSE = "Hi!"
}
env_file = "./env"
}

volume "logvolume01" {}
Expand Down

0 comments on commit 4b19a99

Please sign in to comment.