mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-10 09:22:23 +00:00
6 lines
323 B
Bash
Executable File
6 lines
323 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
docker build -t hardcoreeng/base -f base.Dockerfile ${DOCKER_EXTRA} .
|
|
docker build -t hardcoreeng/rekoni-base -f rekoni.Dockerfile ${DOCKER_EXTRA} .
|
|
docker build -t hardcoreeng/print-base -f print.Dockerfile ${DOCKER_EXTRA} .
|
|
docker build -t hardcoreeng/front-base -f print.Dockerfile ${DOCKER_EXTRA} . |