Merge pull request #31 from jkaninda/go_migration

Fix: Docker build file outpout path
This commit is contained in:
2024-01-18 14:29:28 +01:00
committed by GitHub

View File

@@ -7,7 +7,7 @@ COPY . .
RUN go mod download
# Build
RUN CGO_ENABLED=0 GOOS=linux go build -o /mysql-bkup
RUN CGO_ENABLED=0 GOOS=linux go build -o /app/mysql-bkup
FROM ubuntu:24.04
ENV DB_HOST=""