1
0
mirror of https://github.com/containous/traefik.git synced 2024-12-21 09:34:05 +03:00
traefik/Dockerfile
2024-12-12 14:44:05 +01:00

13 lines
219 B
Docker

# syntax=docker/dockerfile:1.2
FROM alpine:3.21
RUN apk add --no-cache --no-progress ca-certificates tzdata
ARG TARGETPLATFORM
COPY ./dist/$TARGETPLATFORM/traefik /
EXPOSE 80
VOLUME ["/tmp"]
ENTRYPOINT ["/traefik"]