28 Star 238 Fork 73

几颗酥/simple-admin-core

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile-api 605 Bytes
一键复制 编辑 原始数据 按行查看 历史
FROM alpine:3.20
# Define the project name | 定义项目名称
ARG PROJECT=core
# Define the config file name | 定义配置文件名
ARG CONFIG_FILE=core.yaml
# Define the author | 定义作者
ARG AUTHOR="yuansu.china.work@gmail.com"
LABEL org.opencontainers.image.authors=${AUTHOR}
WORKDIR /app
ENV PROJECT=${PROJECT}
ENV CONFIG_FILE=${CONFIG_FILE}
ENV TZ=Asia/Shanghai
RUN apk update --no-cache && apk add --no-cache tzdata
COPY ./${PROJECT}_api ./
COPY ./api/etc/${CONFIG_FILE} ./etc/
COPY ./api/internal/i18n/locale/ ./etc/locale/
EXPOSE 9100
ENTRYPOINT ["./core_api", "-f", "etc/core.yaml"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/hopefire/simple-admin-core.git
git@gitee.com:hopefire/simple-admin-core.git
hopefire
simple-admin-core
simple-admin-core
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385