Skip to content

Commit

Permalink
change path to supervisord binary
Browse files Browse the repository at this point in the history
  • Loading branch information
dsingal0 committed Oct 11, 2024
1 parent cddca07 commit 93724f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion truss/templates/server.Dockerfile.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ COPY ./proxy.conf {{ proxy_config_path }}
RUN mkdir -p {{ supervisor_log_dir }}
COPY supervisord.conf {{ supervisor_config_path }}
ENV SUPERVISOR_SERVER_URL="{{ supervisor_server_url }}"
ENV SERVER_START_CMD="/usr/local/bin/supervisord -c {{ supervisor_config_path }}"
ENV SERVER_START_CMD="supervisord -c {{ supervisor_config_path }}"
ENTRYPOINT ["/usr/local/bin/supervisord", "-c", "{{ supervisor_config_path }}"]
{%- elif config.live_reload %}
ENV HASH_TRUSS="{{truss_hash}}"
Expand Down

0 comments on commit 93724f5

Please sign in to comment.