wip multi orders

This commit is contained in:
viehlieb 2025-05-08 11:59:35 +02:00
parent fd769509af
commit f676497e43
29 changed files with 939 additions and 107 deletions

View file

@ -19,9 +19,16 @@ ENV PORT=3000 \
WORKDIR /app
RUN gem install bundler
COPY . .
RUN gem install bundler -v 2.4.22
RUN bundle install
RUN bundle config build.nokogiri "--use-system-libraries"
EXPOSE 3000
# cleanup, and by default start web process from Procfile