Update Dockerhubfile

This commit is contained in:
Amol
2024-03-18 00:19:06 +05:30
committed by GitHub
parent eb2abd3e6d
commit c929b6b7a9
+3
View File
@@ -14,6 +14,9 @@ RUN npm install
COPY apps/OpenSign/ .
COPY apps/OpenSign/.husky .
# build
RUN npm run build
# Make port 3000 available to the world outside this container
EXPOSE 3000