Removed npm run build

Removed npm run build
This commit is contained in:
Rishab
2023-10-31 16:53:39 +05:30
committed by GitHub
parent b58d72c176
commit 91e691630c
-2
View File
@@ -14,8 +14,6 @@ RUN npm install
COPY ./ .
COPY ./.husky .
RUN npm run build
# Make port 3000 available to the world outside this container
EXPOSE 3000