Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 852 Bytes

README.md

File metadata and controls

46 lines (32 loc) · 852 Bytes

DotnetNetBuildContainer

logo

Docker image to automate legacy asp.net/angular builds

Instructions

  1. update dockerfile

  2. build local version:

    docker build -t inforitnl/dotnet-legacy .
  3. push new version to dockerhub:

    docker push inforitnl/dotnet-legacy
  4. tag and push again (optional but recommended):

    docker tag inforitnl/dotnet-legacy inforitnl/dotnet-legacy:1
    docker push inforitnl/dotnet-legacy:1

Usage

image: inforitnl/dotnet-legacy

pipelines:
  default:
    - step:
        script:
          - /Build.sh

scripts

Command Description
build build the container with latest tag
push pushes the container