Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -3,5 +3,5 @@ FROM mbonea/whats-ramsey:0.0.1
|
|
3 |
# Expose the port your application runs on
|
4 |
EXPOSE 7860
|
5 |
|
6 |
-
# Define the command to run the
|
7 |
-
CMD ["
|
|
|
3 |
# Expose the port your application runs on
|
4 |
EXPOSE 7860
|
5 |
|
6 |
+
# Define the command to run the start script
|
7 |
+
CMD ["./start.sh"]
|