rating-orama/core/Dockerfile

8 lines
99 B
Docker

FROM alpine:3.20
WORKDIR /app
COPY ./database ./database
COPY ./tmp/rating .
CMD ["/app/rating"]