Severian commited on
Commit
029eea3
·
verified ·
1 Parent(s): 81fdcd2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 ./hf_api.py /code/hf_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
 
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