Skip to content

Commit

Permalink
feat: update test file
Browse files Browse the repository at this point in the history
  • Loading branch information
TomaszKandula committed Feb 11, 2024
1 parent 36ea20c commit 1c1bc8c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions __testrun.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
APP_NAME="emailsender-webapi"
docker build . -t "$APP_NAME"
docker run --rm -it -p 5008:80 "$APP_NAME"
ENV_VALUE="Development"
APP_NAME="emailsender-test"

docker build . --build-arg "ENV_VALUE=$ENV_VALUE" -t "$APP_NAME"
docker run --rm -it -p 7008:80 "$APP_NAME"

0 comments on commit 1c1bc8c

Please sign in to comment.