Spaces:
Running
Running
Upload Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -16,6 +16,7 @@ WORKDIR /app
|
|
16 |
|
17 |
COPY requirements.txt /app
|
18 |
COPY main.py /app
|
|
|
19 |
|
20 |
RUN sudo chmod -R 777 /app
|
21 |
|
|
|
16 |
|
17 |
COPY requirements.txt /app
|
18 |
COPY main.py /app
|
19 |
+
COPY states /app
|
20 |
|
21 |
RUN sudo chmod -R 777 /app
|
22 |
|