1 Star 0 Fork 105

不修王道/linux-command

forked from 小弟调调/linux-command 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 169 Bytes
一键复制 编辑 原始数据 按行查看 历史
小弟调调 提交于 2022-05-24 23:49 . chore: Add docker support.
FROM nginx:1-alpine
ENV APPDIR /usr/share/nginx/html
RUN mkdir -p $APPDIR
RUN cat /etc/nginx/conf.d/default.conf
WORKDIR $APPDIR
ADD ./.deploy /usr/share/nginx/html
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/myheroic/linux-command.git
git@gitee.com:myheroic/linux-command.git
myheroic
linux-command
linux-command
master

搜索帮助