Merge pull request '(CI/CD) Another fix, hopefully this is the end.' (#63) from refactor/react into master
Some checks failed
Deploy application with Docker / build_and_deploy (push) Failing after 18s
Some checks failed
Deploy application with Docker / build_and_deploy (push) Failing after 18s
Reviewed-on: #63
This commit is contained in:
commit
75ac9fdb5f
@ -2,7 +2,7 @@ FROM golang:1.25-alpine
|
|||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY go.mod go.sum ./
|
COPY go.mod ./
|
||||||
RUN go mod download
|
RUN go mod download
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user