api-platform/Dockerfile2

8 lines
166 B
Plaintext
Raw Normal View History

2024-11-21 11:25:32 +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"]