frontend structiure generated
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Stage 1: Build the Go binary
|
||||
FROM golang:1.21-alpine AS builder
|
||||
FROM golang:1.24-alpine AS builder
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
@@ -16,6 +16,8 @@ RUN go build -o wagfarm-api main.go
|
||||
# Stage 2: Minimal runtime image
|
||||
FROM alpine:latest
|
||||
|
||||
RUN apk add curl
|
||||
|
||||
WORKDIR /root/
|
||||
|
||||
# Copy the binary from the builder
|
||||
|
||||
Reference in New Issue
Block a user