diff --git a/apps/OpenSign/Dockerhubfile b/apps/OpenSign/Dockerhubfile index e294ff234..aff6748d2 100644 --- a/apps/OpenSign/Dockerhubfile +++ b/apps/OpenSign/Dockerhubfile @@ -15,7 +15,7 @@ COPY apps/OpenSign/ . COPY microfrontends/ . COPY apps/OpenSign/.husky . -RUN npm docker-build +RUN npm run docker-build # Make port 3000 available to the world outside this container EXPOSE 3000