fix path and add go get to docker

This commit is contained in:
2024-12-22 22:22:05 +01:00
parent fa4c886300
commit bbddd08d24
3 changed files with 5 additions and 1 deletions

View File

@@ -4,6 +4,8 @@ WORKDIR /app
COPY . .
RUN go get ./...
RUN GOOS=linux GOARCH=arm64 go build -o backend
RUN apk update && apk add ca-certificates && update-ca-certificates