Skip to content

A Dockerfile that can be used to build and package AWS ElasticBeanstalk applications.

License

Notifications You must be signed in to change notification settings

DiceHoldingsInc/dotnet-framework_472_sdk_eb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

dotnet-framework_472_sdk_eb

A Dockerfile that can be used to build and package AWS ElasticBeanstalk applications.

Includes

  • MS Web Deploy V2

Notes

# Build and tag the Docker image (change the tag/version as appropriate)
docker build . -t diceholdingsinc/dotnet-framework_472_sdk_eb:1.0.0

# Push it to docker cloud repo (public, change the tag/version as appropriate)
docker push diceholdingsinc/dotnet-framework_472_sdk_eb:1.0.0

# Build a solution
cd $SOLUTION_DIR
msbuild

# Build and package a .NET Web Application for Elastic Beanstalk
# Run inside the docker image:

msbuild $PROJECT_FOLDER\$PROJECT_FILE.csproj  /t:Package /p:DeployIisAppPath="Default Web Site" /p:Configuration="$VS_CONFIG"

About

A Dockerfile that can be used to build and package AWS ElasticBeanstalk applications.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published