Update dockerfile
Browse files- dockerfile +1 -1
dockerfile
CHANGED
@@ -20,4 +20,4 @@ RUN chmod +x setup.sh
|
|
20 |
RUN ./setup.sh
|
21 |
|
22 |
# Set the command to run the app
|
23 |
-
CMD ["python", "app.py"]
|
|
|
20 |
RUN ./setup.sh
|
21 |
|
22 |
# Set the command to run the app
|
23 |
+
CMD ["python", "app.py"]
|