fix docker

This commit is contained in:
CHIEFSOFT\ameye
2024-12-23 20:29:09 -05:00
parent 8774aeffe5
commit a7c7f01202
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
version: '3.8'
version: '3.3'
services:
merms-mainsite-2025:
build:
+1 -1
View File
@@ -115,7 +115,7 @@ RUN npm install
RUN npm install -g next
RUN npm install sharp
RUN npm install react-modal-video@2.0.2
#CMD ["sh", "-c", "next build && next start"]
CMD [ "npm" ,"run","dev"]