copy file
This commit is contained in:
@@ -107,6 +107,10 @@ COPY docker-entrypoint.sh /usr/local/bin/
|
|||||||
# ENTRYPOINT ["docker-entrypoint.sh"]
|
# ENTRYPOINT ["docker-entrypoint.sh"]
|
||||||
|
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
|
|
||||||
|
# install app dependencies
|
||||||
|
COPY package.json /usr/src/app
|
||||||
|
|
||||||
# add app
|
# add app
|
||||||
COPY . ./
|
COPY . ./
|
||||||
|
|
||||||
@@ -116,6 +120,9 @@ RUN npm install react-scripts
|
|||||||
RUN npm install -g next
|
RUN npm install -g next
|
||||||
RUN npm install sharp
|
RUN npm install sharp
|
||||||
RUN npm install react-modal-video
|
RUN npm install react-modal-video
|
||||||
|
RUN npm install wowjs
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#CMD ["sh", "-c", "next build && next start"]
|
#CMD ["sh", "-c", "next build && next start"]
|
||||||
|
|||||||
Reference in New Issue
Block a user