Add db migrations to CV2 db

This commit is contained in:
Grant Limberg 2025-05-13 13:11:27 -07:00
parent 4b7c5159a3
commit c68acebe31
No known key found for this signature in database
GPG key ID: 8F2F97D3BE8D7735
6 changed files with 72 additions and 13 deletions

View file

@ -1,8 +1,5 @@
# Dockerfile for building ZeroTier Central Controllers
FROM ubuntu:jammy as builder
MAINTAINER Adam Ierymekno <adam.ierymenko@zerotier.com>, Grant Limberg <grant.limberg@zerotier.com>
ARG git_branch=master
FROM debian:bookworm
RUN apt update && apt upgrade -y
RUN apt -y install \