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