Spaces:
Sleeping
Sleeping
correccion de nombre de ficheros
Browse files- 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
|