update docker files
This commit is contained in:
parent
cd1672bf6b
commit
93ad91bc1e
|
@ -2,7 +2,7 @@
|
|||
|
||||
source "https://rubygems.org"
|
||||
|
||||
ruby '3.2.2'
|
||||
ruby '3.0.2'
|
||||
#ruby '2.6.10'
|
||||
|
||||
gem 'sinatra'
|
||||
|
@ -15,4 +15,4 @@ gem 'json'
|
|||
gem 'multipart-post'
|
||||
gem 'dotenv'
|
||||
|
||||
# bundle install
|
||||
# bundle install
|
||||
|
|
|
@ -15,8 +15,6 @@ COPY --from=GITCOPY /roysathome/auth /app
|
|||
|
||||
WORKDIR /app
|
||||
|
||||
# Gemfile and Gemfile.lock are already in /usr/src/app/roysathome/auth due to the previous COPY command
|
||||
|
||||
RUN bundle install
|
||||
|
||||
CMD ["./auth.rb"]
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue