mirror of
https://github.com/getredash/redash.git
synced 2025-12-21 18:35:48 -05:00
Expose ports in Dockerfile
Signed-off-by: John Wu <webmaster@leapoahead.com>
This commit is contained in:
@@ -48,4 +48,9 @@ RUN cp $FILES_BASE_URL"redash_supervisord_init" /etc/init.d/redash_supervisord
|
|||||||
# Fix permissions
|
# Fix permissions
|
||||||
RUN chown -R redash /opt/redash
|
RUN chown -R redash /opt/redash
|
||||||
|
|
||||||
|
# Expose ports
|
||||||
|
EXPOSE 5000
|
||||||
|
EXPOSE 9001
|
||||||
|
|
||||||
|
# Startup script
|
||||||
CMD bash /etc/init.d/redash_supervisord start
|
CMD bash /etc/init.d/redash_supervisord start
|
||||||
|
|||||||
Reference in New Issue
Block a user