From 2fa5068a175056f3280ad18d1968ce37b7232978 Mon Sep 17 00:00:00 2001 From: TheFrenchGhosty Date: Mon, 17 Jan 2022 23:34:55 +0100 Subject: [PATCH] Replace go-rimgu with rimgo in the Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 87882e8..75c0ce0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,8 +9,8 @@ RUN go build FROM alpine:latest as bin WORKDIR /app -COPY --from=build /src/go-rimgu . +COPY --from=build /src/rimgo . EXPOSE 3000 -CMD ["/app/go-rimgu"] +CMD ["/app/rimgo"]