mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2025-06-28 12:05:11 +00:00
Expose WEB_PORT envvar instead of hardcoding the value directly after the envvar was defined
This commit is contained in:
@ -39,6 +39,6 @@ ENV TFW_SUPERVISORD_CONF="/etc/supervisor/supervisord.conf"
|
||||
COPY supervisord.conf ${TFW_SUPERVISORD_CONF}
|
||||
|
||||
ENV WEB_PORT=4242
|
||||
EXPOSE 4242
|
||||
EXPOSE ${WEB_PORT}
|
||||
|
||||
CMD . "$HOME/.pyenvrc" && exec supervisord --nodaemon
|
||||
|
Reference in New Issue
Block a user