Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -7,7 +7,7 @@ RUN mkdir -p /code/logs && chmod 777 /code/logs
|
|
7 |
|
8 |
# Copy application files
|
9 |
COPY ./requirements.txt /code/requirements.txt
|
10 |
-
COPY ./
|
11 |
COPY ./json_parser.py /code/json_parser.py
|
12 |
COPY ./logger_config.py /code/logger_config.py
|
13 |
COPY ./response_formatter.py /code/response_formatter.py
|
|
|
7 |
|
8 |
# Copy application files
|
9 |
COPY ./requirements.txt /code/requirements.txt
|
10 |
+
COPY ./api.py /code/api.py
|
11 |
COPY ./json_parser.py /code/json_parser.py
|
12 |
COPY ./logger_config.py /code/logger_config.py
|
13 |
COPY ./response_formatter.py /code/response_formatter.py
|