mirror of
https://github.com/getredash/redash.git
synced 2025-12-21 10:25:33 -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
|
||||
RUN chown -R redash /opt/redash
|
||||
|
||||
# Expose ports
|
||||
EXPOSE 5000
|
||||
EXPOSE 9001
|
||||
|
||||
# Startup script
|
||||
CMD bash /etc/init.d/redash_supervisord start
|
||||
|
||||
Reference in New Issue
Block a user