api-platform/Dockerfile2
2024-11-21 19:25:32 +08:00

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"]