add paste functionality
Some checks failed
Build and Deploy Website / build (push) Failing after 2m46s
Some checks failed
Build and Deploy Website / build (push) Failing after 2m46s
This commit is contained in:
@@ -15,8 +15,7 @@ RUN npm run build -- --outDir dist --emptyOutDir
|
||||
FROM golang:1.23-alpine AS backend
|
||||
|
||||
WORKDIR /build
|
||||
COPY Backend/go.mod ./
|
||||
COPY Backend/main.go ./
|
||||
COPY Backend/ ./
|
||||
RUN CGO_ENABLED=0 go build -o server .
|
||||
|
||||
# ================================
|
||||
|
||||
Reference in New Issue
Block a user