updated Dockerfile
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 29s
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 29s
This commit is contained in:
@@ -2,7 +2,7 @@ FROM golang:1.24-alpine
|
|||||||
|
|
||||||
WORKDIR /app/web
|
WORKDIR /app/web
|
||||||
|
|
||||||
COPY . .
|
COPY app/web/ .
|
||||||
|
|
||||||
RUN go mod tidy
|
RUN go mod tidy
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user