Add docker deploy
All checks were successful
build docker image / docker-build (push) Successful in 49s

This commit is contained in:
2024-11-04 20:18:28 +02:00
parent f0e26a0cd2
commit 3986e1c9de

View File

@ -1,5 +1,6 @@
FROM golang:1.23.2 AS builder
# Install certificates
RUN apt-get update && apt-get install -y ca-certificates
WORKDIR /app