This repository has been archived on 2025-07-14. You can view files and clone it, but cannot push or open issues or pull requests.
2b2t-queue-tracker/worker/Dockerfile
2025-06-29 11:47:50 +02:00

3 lines
79 B
Docker

# TODO: Dockerfile
FROM docker.io/golang:1.24.2-alpine AS builder
WORKDIR /app