Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -7,6 +7,7 @@ ENV DEBIAN_FRONTEND noninteractive
|
|
7 |
COPY . /app
|
8 |
|
9 |
RUN chmod -R 777 /app
|
|
|
10 |
|
11 |
WORKDIR /app
|
12 |
|
|
|
7 |
COPY . /app
|
8 |
|
9 |
RUN chmod -R 777 /app
|
10 |
+
RUN cd app
|
11 |
|
12 |
WORKDIR /app
|
13 |
|