removed build command from dockerfile

This commit is contained in:
prafull-opensignlabs
2023-10-31 15:07:58 +05:30
parent c07d4d2502
commit 864b7ee10f
-2
View File
@@ -14,8 +14,6 @@ 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