Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
xboard committed Jan 19, 2025
1 parent ff259ae commit 444c3c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ RUN composer install --optimize-autoloader --no-cache --no-dev \
ENV ENABLE_WEB=true \
ENABLE_HORIZON=true \
ENABLE_REDIS=false

EXPOSE 7001
CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"]

1 comment on commit 444c3c9

@socksprox
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a possibility to contact you and ask a few questions? I've been trying to get stripe working, but i'm failing so badly. The webhook always returns a 404, or with some fixes to try it a 500 error. If you could take a look at it, i would be really grateful.

Please sign in to comment.