Spaces:
Runtime error
Runtime error
:boom: [Fix] incorrect command for running api
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -5,4 +5,4 @@ RUN mkdir /.cache && chmod 777 /.cache
|
|
5 |
RUN pip install -r requirements.txt
|
6 |
COPY . $HOME/app
|
7 |
EXPOSE 22001
|
8 |
-
CMD ["python", "-m", "
|
|
|
5 |
RUN pip install -r requirements.txt
|
6 |
COPY . $HOME/app
|
7 |
EXPOSE 22001
|
8 |
+
CMD ["python", "-m", "apis.data_proxy_api"]
|