23 Star 452 Fork 112

coderlei / markdown2pdf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 366 Bytes
一键复制 编辑 原始数据 按行查看 历史
wenyang 提交于 2023-08-17 15:54 . Create Dockerfile
# Use httpd:2.4-alpine image as the base image
FROM httpd:2.4-alpine
# Maintainer information
MAINTAINER tanwenyang@aliyun.com
# Copy the codecv file from the local directory to the /usr/local/apache2/htdocs/ directory inside the container
COPY ./dist/ /usr/local/apache2/htdocs/
# Expose port 80 of the container and allow external access to this port
EXPOSE 80
TypeScript
1
https://gitee.com/codeleilei/markdown2pdf.git
git@gitee.com:codeleilei/markdown2pdf.git
codeleilei
markdown2pdf
markdown2pdf
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891