modified: Dockerfile

This commit is contained in:
Acid
2026-05-21 18:04:15 -04:00
parent 709ba501d3
commit b1e836f96a
+1 -1
View File
@@ -2,7 +2,7 @@ FROM golang:alpine AS builder
WORKDIR /app
COPY go.mod ./
COPY go.mod go.sum ./
COPY *.go ./
RUN go build -o server .