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