Update Dockerhubfile

This commit is contained in:
prafull-opensignlabs
2024-02-22 20:15:02 +05:30
committed by GitHub
parent 6f1a5fd3a9
commit 59fed8a9cc
+1 -1
View File
@@ -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