mirror of
https://github.com/2234839/web-font.git
synced 2025-06-16 14:56:54 +08:00
12 lines
359 B
Docker
12 lines
359 B
Docker
FROM scratch
|
|
WORKDIR /home/
|
|
COPY dist_backend/app.lrt /home/app.lrt
|
|
COPY llrt2 /home/llrt
|
|
COPY dist/ /home/dist/
|
|
EXPOSE 80
|
|
CMD ["/home/llrt", "/home/app.lrt"]
|
|
|
|
# docker tag llej0/web-font:latest llej0/web-font:latest
|
|
# docker push llej0/web-font:latest
|
|
# docker build -t llej0/web-font:latest .
|
|
# docker save -o llej0.web-font.latest.tar llej0/web-font:latest |