diff --git a/Dockerfile b/Dockerfile
index 3e3cf8fde0672c785b10cd092706cdd1142b3884..213ec1c0c33857e2af6c2877abc816c8b180efa0 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,6 @@
 FROM node:19-alpine3.16 as build
 COPY . .
+RUN npm login
 RUN npm install
 RUN npm run build