mirror of
https://github.com/hcengineering/platform.git
synced 2025-06-05 23:34:12 +00:00
6 lines
259 B
Bash
Executable File
6 lines
259 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
docker build -t hardcoreeng/base -f base.Dockerfile .
|
|
docker build -t hardcoreeng/rekoni-base -f rekoni.Dockerfile .
|
|
docker build -t hardcoreeng/print-base -f print.Dockerfile .
|
|
docker build -t hardcoreeng/front-base -f print.Dockerfile . |