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

correccion de nombre de ficheros

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -29,9 +29,9 @@ EXPOSE 7860
29
  RUN node -v
30
  RUN npm -v
31
 
32
- # COPY ./back ./app-backend
33
- # COPY ./frond ./app-frond
34
  WORKDIR app
 
 
35
  RUN ls
36
 
37
  RUN cd frond
 
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