mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-21 06:52:33 +00:00
5 lines
198 B
Bash
Executable File
5 lines
198 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 . |