diff --git a/Dockerfile b/Dockerfile index 0c483b7..68f55bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,6 @@ FROM golang:1.21 ADD . /app WORKDIR /app RUN go mod vendor -RUN CGO_ENABLED=0 GOOS=linux go build -o /asw-stundenplan cmd/*.go +RUN CGO_ENABLED=0 GOOS=linux go build -o asw-stundenplan cmd/*.go WORKDIR / ENTRYPOINT ["/app/asw-stundenplan"] \ No newline at end of file