Files
handmade-revolt-backend/build.sh
2022-06-02 12:17:30 +01:00

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 .