[Komodo] matthias: Commit Dockerfile: update ./Dockerfile
Build And Test / Build and Publish Docker Image (push) Has been cancelled
Build And Test / build (push) Has been cancelled

This commit is contained in:
komodo
2026-01-20 21:57:47 +00:00
parent a5f7abdd14
commit eecbb7a26f
+16
View File
@@ -1,3 +1,19 @@
FROM docker.hnrx.net/golang:latest as build-stage
RUN go version
WORKDIR /app
COPY * ./
RUN ls -lha
RUN go mod download
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o manage-servers .
RUN ls -lha
FROM docker.hnrx.net/alpine:latest
# Create application directory