recommender/Dockerfile2

8 lines
166 B
Plaintext
Raw Normal View History

2024-11-06 10:47:56 +00:00
# docker build -t registry.leafdev.top/leaf/rag-new:v0.0.1-fix . -f Dockerfile2
# RUN
FROM alpine:latest
WORKDIR /app
COPY ./main /app/main
ENTRYPOINT ["/app/main"]