This commit is contained in:
CHIEFSOFT\ameye
2024-12-24 09:32:31 -05:00
parent d7c7639abf
commit f537c2c791
+1 -1
View File
@@ -118,7 +118,7 @@ COPY package.json /app
COPY . ./app
# install app dependencies
RUN npm install
RUN npm install --save
RUN npm install react-scripts
RUN npm install -g next
RUN npm install sharp