blob: 6c5a57394b360b22e0564fe220a455e633f8878e [file] [log] [blame]
FROM alpine:latest
ARG TARGETARCH
COPY web_${TARGETARCH} /usr/bin/nebula-web
RUN chmod +x /usr/bin/nebula-web