chartManD commited on
Commit
3765841
1 Parent(s): cda11f5

instalar npm

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -2
Dockerfile CHANGED
@@ -18,11 +18,12 @@ RUN apt update -y
18
  RUN apt upgrade -y
19
  RUN apt -y install apache2
20
  RUN apt -y install nodejs
 
21
 
22
  RUN rm -rf /var/lib/apt/lists/*
23
 
24
- COPY entrypoint.sh entrypoint.sh
25
- RUN chmod +x entrypoint.sh
26
  EXPOSE 7860
27
  #EXPOSE 22
28
  WORKDIR app
 
18
  RUN apt upgrade -y
19
  RUN apt -y install apache2
20
  RUN apt -y install nodejs
21
+ RUN apt -y install npm
22
 
23
  RUN rm -rf /var/lib/apt/lists/*
24
 
25
+ #COPY entrypoint.sh entrypoint.sh
26
+ #RUN chmod +x entrypoint.sh
27
  EXPOSE 7860
28
  #EXPOSE 22
29
  WORKDIR app