copy file

This commit is contained in:
CHIEFSOFT\ameye
2024-12-23 20:55:38 -05:00
parent 1920b286d8
commit 6a71850d86
+7
View File
@@ -107,6 +107,10 @@ COPY docker-entrypoint.sh /usr/local/bin/
# ENTRYPOINT ["docker-entrypoint.sh"]
WORKDIR /usr/src/app
# install app dependencies
COPY package.json /usr/src/app
# add app
COPY . ./
@@ -116,6 +120,9 @@ RUN npm install react-scripts
RUN npm install -g next
RUN npm install sharp
RUN npm install react-modal-video
RUN npm install wowjs
#CMD ["sh", "-c", "next build && next start"]