chartManD commited on
Commit
fda4b18
1 Parent(s): d25426d

colocar archivos y establecer el worckdir en app

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -2
Dockerfile CHANGED
@@ -29,9 +29,10 @@ EXPOSE 7860
29
  RUN node -v
30
  RUN npm -v
31
 
 
 
 
32
  WORKDIR app
33
- COPY ./frond ./frond
34
- COPY ./back ./back
35
  RUN ls
36
 
37
  RUN cd frond
 
29
  RUN node -v
30
  RUN npm -v
31
 
32
+ # COPY ./frond ./frond
33
+ # COPY ./back ./back
34
+ COPY . ./app
35
  WORKDIR app
 
 
36
  RUN ls
37
 
38
  RUN cd frond