Skip to content

Commit

Permalink
1021pm
Browse files Browse the repository at this point in the history
  • Loading branch information
jhealy committed Oct 22, 2019
1 parent 33f25e4 commit 41b3de5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions buildbasecontainer.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RUN powershell -Command Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((

RUN powershell -Command choco install googlechrome -y
RUN powershell -Command choco install firefox -y
RUN powershell -Command choco install powershell-core -y

# Brute force installers
# RUN mkdir installers
Expand Down
2 changes: 1 addition & 1 deletion buildtestcontainer.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Set-PSDebug -Trace 1

docker build -f buildtestcontainer.dockerfile -t aspnet48tests .

docker run -d --name aspnet48testsrun -p 5000:80 aspnet48tests
docker run -d --name aspnet48testsrun -p 5001:80 aspnet48tests
docker container ls

# Invoke-WebRequest http:\\localhost:5000 -UseBasicParsing
Expand Down

0 comments on commit 41b3de5

Please sign in to comment.