mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-06-27 23:48:23 +00:00
Replace go-rimgu with rimgo in the Dockerfile
This commit is contained in:
parent
984692d045
commit
2fa5068a17
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user