Replace go-rimgu with rimgo in the Dockerfile

This commit is contained in:
TheFrenchGhosty 2022-01-17 23:34:55 +01:00
parent 984692d045
commit 2fa5068a17
1 changed files with 2 additions and 2 deletions

View File

@ -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"]