frp-dockerize/Dockerfile

12 lines
481 B
Docker
Raw Normal View History

2024-05-21 21:05:26 +00:00
FROM scratch
WORKDIR /frps
COPY frps .
CMD ["./frps", "-c", "../config/frps.toml"]
LABEL src="frp-dockerize"\
org.opencontainers.image.title="frp"\
org.opencontainers.image.description="A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet. " \
org.opencontainers.image.url="https://github.com/fatedier/frp"\
org.opencontainers.image.source="https://github.com/djkato/frp-dockerize"\
org.opencontainers.image.authors="fatedier"