build.sh 276 B

1234567
  1. #! /bin/bash
  2. #docker build --no-cache . -f Dockerfile -t fdamstra/sabnzbd && \
  3. # Refreshing images
  4. docker pull lsiobase/ffmpeg:arm64v8-bin
  5. docker pull linuxserver/sabnzbd:latest
  6. docker build . -f Dockerfile -t fdamstra/sabnzbd --network host && \
  7. docker push fdamstra/sabnzbd