Update Dockerfile
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
@@ -53,6 +53,4 @@ RUN chmod 777 /app
|
|
53 |
RUN chown -R 1000:0 /.cache
|
54 |
RUN chmod 777 /.cache
|
55 |
|
56 |
-
|
57 |
-
|
58 |
-
CMD ["bash", "-c", "python3 server.py & python3 -m chatbot"]
|
|
|
53 |
RUN chown -R 1000:0 /.cache
|
54 |
RUN chmod 777 /.cache
|
55 |
|
56 |
+
CMD ["bash", "-c", "python3 main.py"]
|
|
|
|