Buid in docker file

This commit is contained in:
CHIEFSOFT\ameye
2024-08-07 02:29:06 -04:00
parent 6361ad4a02
commit 63ffaba8f4
2 changed files with 5 additions and 1 deletions
+4 -1
View File
@@ -132,4 +132,7 @@ COPY . ./
# start app
#CMD ["serve", "-s", "build"]
CMD ["npm", "run", "dev"]
CMD ["npm", "run", "dev"]
#RUN npm run-script build
#CMD ["npm", "run", "start"]
+1
View File
@@ -13,6 +13,7 @@
"next": "14.2.5",
"react": "^18",
"react-dom": "^18",
"react-owl-carousel": "^2.3.3",
"react-router-dom": "^6.25.1"
},
"devDependencies": {