we don't have this shi

This commit is contained in:
Alexandru 2024-09-18 22:15:59 +03:00
parent ccc7a027ca
commit 36bb2fa68a

View File

@ -3,8 +3,6 @@ FROM golang:1.20-alpine
RUN apk add --no-cache git RUN apk add --no-cache git
WORKDIR /app WORKDIR /app
COPY go.mod go.sum ./
RUN go mod download
COPY . . COPY . .
RUN go build -o main . RUN go build -o main .