mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-21 09:07:50 +02: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 . |