Still not working
This commit is contained in:
@@ -4,7 +4,7 @@ FROM golang:1.23-bookworm AS base
|
|||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
|
|
||||||
# Copy control files and pull in dependencies
|
# Copy control files and pull in dependencies
|
||||||
COPY go.mod .
|
COPY code/go.mod .
|
||||||
RUN go mod download
|
RUN go mod download
|
||||||
|
|
||||||
ENV port=8089
|
ENV port=8089
|
||||||
|
|||||||
Reference in New Issue
Block a user