HUGE TYPO

This commit is contained in:
2024-12-19 18:24:31 +01:00
parent a12ebd132f
commit 3919d0943b

View File

@@ -1,4 +1,4 @@
FROM golang:alpine as builder
FROM golang:alpine AS builder
ENV CGO_ENABLED=0 GOOS=linux GOARCH=amd64
WORKDIR /app
COPY go.mod go.sum ./