Added EXPOSE to Dockerfile for nginx proxy
This commit is contained in:
@@ -10,4 +10,6 @@ VOLUME /hadoop/dfs/data
|
||||
ADD run.sh /run.sh
|
||||
RUN chmod a+x /run.sh
|
||||
|
||||
EXPOSE 50075
|
||||
|
||||
CMD ["/run.sh"]
|
||||
|
||||
Reference in New Issue
Block a user