postiz/var/docker/docker-build.sh

6 lines
196 B
Bash
Executable File

#!/bin/bash
docker rmi localhost/postiz || true
docker build --target dist -t localhost/postiz -f Dockerfile .
docker build --target devcontainer -t localhost/postiz-devcontainer -f Dockerfile .