Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -52,6 +52,6 @@ COPY --chown=pn run.sh run.sh
|
|
52 |
RUN chmod +x run.sh
|
53 |
|
54 |
# Expose the port 8080
|
55 |
-
EXPOSE
|
56 |
|
57 |
CMD ["bash", "run.sh"]
|
|
|
52 |
RUN chmod +x run.sh
|
53 |
|
54 |
# Expose the port 8080
|
55 |
+
EXPOSE 8080
|
56 |
|
57 |
CMD ["bash", "run.sh"]
|