| commit | 2cacf45265777462ad8cbb8234a5f648d8d06af5 | [log] [tgz] |
|---|---|---|
| author | giolekva <giolekva@gmail.com> | Thu Dec 09 19:06:17 2021 +0400 |
| committer | giolekva <giolekva@gmail.com> | Thu Dec 09 19:06:17 2021 +0400 |
| tree | ab0d15756214689b5cfb7a1965d9c60eff5c054c | |
| parent | c054df13a2a16ad16021200cb5fd10635735f52c [diff] [blame] |
nebula api
diff --git a/core/nebula/api/Dockerfile b/core/nebula/api/Dockerfile index 6c5a573..50da032 100644 --- a/core/nebula/api/Dockerfile +++ b/core/nebula/api/Dockerfile
@@ -2,5 +2,5 @@ ARG TARGETARCH -COPY web_${TARGETARCH} /usr/bin/nebula-web -RUN chmod +x /usr/bin/nebula-web +COPY api_${TARGETARCH} /usr/bin/nebula-api +RUN chmod +x /usr/bin/nebula-api