md/docker/latest/Dockerfile.nginx
Libin YANG a9fa4c2824
Some checks failed
Build and Deploy / build-and-deploy (push) Has been skipped
Build and Push Docker Images / build (push) Failing after 1m0s
feat: build and deploy docker image (#495)
2024-12-23 19:59:59 +08:00

7 lines
186 B
Nginx Configuration File

ARG VER_NGX="1.21.6-alpine"
FROM "doocs/md:latest-assets" AS assets
FROM "nginx:$VER_NGX"
LABEL MAINTAINER="ylb<contact@yanglibin.info>"
COPY --from=assets /app/* /usr/share/nginx/html