wip multi orders
This commit is contained in:
parent
fd769509af
commit
f676497e43
29 changed files with 939 additions and 107 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue