You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2019/10/02 19:01:51 UTC

[airavata-django-portal] 06/06: Expose dev server port 9000

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git

commit 8065673c37be23d6f2ac2a3919a6d300061bca26
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Tue Aug 13 09:47:59 2019 -0400

    Expose dev server port 9000
---
 scripts/docker-build/Dockerfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/scripts/docker-build/Dockerfile b/scripts/docker-build/Dockerfile
index 0dd1032..76640a5 100644
--- a/scripts/docker-build/Dockerfile
+++ b/scripts/docker-build/Dockerfile
@@ -6,4 +6,6 @@ VOLUME /code
 
 WORKDIR /code
 
+EXPOSE 9000
+
 CMD ["./build_js.sh"]