Skip to content

frontlinersnl/front-end-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bitbucket-pipelines front-end-build

logo

Docker image to automate front-end builds on bitbucket (and local)

Comes preinstalled with Firefox and Chromium for (unit)-testing during build. Also sonar-scanner is installed to enable sonar analyzing

Instructions

  1. update dockerfile

  2. build local version:

    npm run build
  3. push new version to dockerhub:

    npm run push
  4. tag and push again (optional but recommended):

    npm run publish

Usage

image: frontliners/front-end-build

pipelines:
  default:
    - step:
        script:
          - /front-end-build.sh

scripts

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published