mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-12-13 19:55:21 +00:00
Replace go-rimgu with rimgo in the Dockerfile
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user