Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -26,4 +26,4 @@ RUN chmod +x start.sh
|
|
| 26 |
CMD ["/bin/bash", "start.sh"]
|
| 27 |
|
| 28 |
# Expose the default port used by the application
|
| 29 |
-
EXPOSE
|
|
|
|
| 26 |
CMD ["/bin/bash", "start.sh"]
|
| 27 |
|
| 28 |
# Expose the default port used by the application
|
| 29 |
+
EXPOSE 51035
|