1
0
Fork 0

chore: remove github for local deployments

This commit is contained in:
Arthur K. 2025-06-11 15:04:44 +03:00
parent 8b495b45a5
commit c69246d93e
Signed by: wzray
GPG key ID: B97F30FDC4636357
21 changed files with 1 additions and 1014 deletions

View file

@ -5,6 +5,7 @@ RUN apk add --no-cache --no-progress ca-certificates tzdata
ARG TARGETPLATFORM
COPY ./dist/$TARGETPLATFORM/traefik /
COPY ./traefik.yml /etc/traefik/traefik.yml
EXPOSE 80
VOLUME ["/tmp"]