FROM zhimiao/hugo:0.8.92 AS build
ADD . /zhimiao
RUN hugo
FROM nginx:latest AS prod
COPY --from=build /zhimiao/public /usr/share/nginx/html
-
Notifications
You must be signed in to change notification settings - Fork 0
zhimiaox/base-docker-images
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
基础docker镜像文件
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published