Skip to content

frontlinersnl/dotnet-legacy

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published