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