8 lines
166 B
Plaintext
8 lines
166 B
Plaintext
|
# 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"]
|