1 Star 0 Fork 9

PiaoLinzhi/motor-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 431 Bytes
一键复制 编辑 原始数据 按行查看 历史
FROM ubuntu:latest
ENV RAILS_ENV=production
VOLUME ["/app"]
WORKDIR /app
RUN apt update && apt install -y wget libsqlite3-dev libmysqlclient-dev libpq-dev freetds-dev && rm -rf /var/lib/apt/lists/*
RUN wget -O motor-admin https://github.com/motor-admin/motor-admin/releases/download/latest/motor-admin-Linux-$(uname -m) && chmod +x ./motor-admin && mv ./motor-admin /usr/bin
CMD ["/bin/sh" , "-c" , "cd /app && motor-admin"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Ruby
1
https://gitee.com/loverswordsman/motor-admin.git
git@gitee.com:loverswordsman/motor-admin.git
loverswordsman
motor-admin
motor-admin
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385