Skip to content

Sa 172/increase nfs vol #171

Sa 172/increase nfs vol

Sa 172/increase nfs vol #171

Workflow file for this run

name: Docker Image Build NetPyNE-UI
on:
push:
branches: [ master, dev*, feature/docker* ]
pull_request:
branches: [ master, dev*, feature/docker* ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: |
cd applications/netpyne
docker build -t mynpui -f Dockerfile --no-cache .
- name: Info on Docker image sizes
run: |
docker images