Skip to content

Adding garbage pileup factor, plus minor fix for rehash #607

Adding garbage pileup factor, plus minor fix for rehash

Adding garbage pileup factor, plus minor fix for rehash #607

Workflow file for this run

# This workflow will build a docker container
name: Building docker image
on:
push:
branches: [master]
jobs:
setup-build:
name: Build Docker image
runs-on: ubuntu-latest
steps:
# Build the Docker image
- uses: actions/checkout@v2
- name: Build
run: |
docker build -t ric-script-nodejs-app:1.0 .