Skip to content

Commit

Permalink
Fixed repo
Browse files Browse the repository at this point in the history
  • Loading branch information
dimapin committed Aug 30, 2024
1 parent 93d41f8 commit 6058bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ENV CGO_ENABLED 0
WORKDIR /app
RUN apk add --no-cache git ca-certificates make cmake
ENV GOBIN=/app/bin
RUN git clone https://github.com/dbildungscloud/clammit --branch main . && make all
RUN git clone https://github.com/dbildungsplattform/clammit --branch main . && make all

# Build runtime image
FROM alpine:3.20
Expand Down

0 comments on commit 6058bcf

Please sign in to comment.