mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-07-14 05:26:59 +00:00
8 lines
247 B
Bash
Executable File
8 lines
247 B
Bash
Executable File
#!/bin/bash
|
|
# Build base image
|
|
docker build -t revolt.chat/base:latest -f Dockerfile .
|
|
|
|
# Build crates
|
|
docker build -t revolt.chat/delta:latest -f crates/delta/Dockerfile .
|
|
docker build -t revolt.chat/bonfire:latest -f crates/bonfire/Dockerfile .
|