mirror of
https://github.com/2234839/web-font.git
synced 2026-04-30 05:08:14 +08:00
6 lines
147 B
Docker
6 lines
147 B
Docker
FROM scratch
|
|
WORKDIR /home/
|
|
COPY dist_backend/app.lrt /home/app.lrt
|
|
COPY llrt /home/llrt
|
|
COPY dist/ /home/dist/
|
|
CMD ["/home/llrt", "/home/app.lrt"] |