1 Star 0 Fork 0

billowshen/traefik

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 219 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jesper Noordsij 提交于 2024-05-23 22:24 +08:00 . Bump Dockerfile Alpine to v3.20
# syntax=docker/dockerfile:1.2
FROM alpine:3.20
RUN apk add --no-cache --no-progress ca-certificates tzdata
ARG TARGETPLATFORM
COPY ./dist/$TARGETPLATFORM/traefik /
EXPOSE 80
VOLUME ["/tmp"]
ENTRYPOINT ["/traefik"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/billowtion/traefik.git
git@gitee.com:billowtion/traefik.git
billowtion
traefik
traefik
master

搜索帮助