Create build folder inside docker

This commit is contained in:
Amol
2023-10-26 19:49:47 +05:30
committed by GitHub
parent a90f0ceef0
commit e8f015fcd2
+2
View File
@@ -14,6 +14,8 @@ RUN npm install
COPY apps/OpenSign/ .
COPY apps/OpenSign/.husky .
RUN npm run build
# Make port 3000 available to the world outside this container
EXPOSE 3000