Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -11,7 +11,7 @@ COPY /app/tsconfig.json /app/tsconfig.json
|
|
11 |
RUN npm install
|
12 |
|
13 |
|
14 |
-
COPY /app
|
15 |
RUN ls
|
16 |
|
17 |
RUN chmod -R 777 /app
|
|
|
11 |
RUN npm install
|
12 |
|
13 |
|
14 |
+
COPY /app/. .
|
15 |
RUN ls
|
16 |
|
17 |
RUN chmod -R 777 /app
|