Files
muldap-web/bin/docker-build.sh

6 lines
104 B
Bash
Executable File

#!/bin/sh
docker build -t muldap -f Dockerfile.dev .
docker build -t muldap-gulp -f Dockerfile.gulp .