update docker files

This commit is contained in:
root 2023-12-17 18:15:42 +00:00
parent cd1672bf6b
commit 93ad91bc1e
4 changed files with 2 additions and 5 deletions

View File

@ -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,4 +15,4 @@ gem 'json'
gem 'multipart-post' gem 'multipart-post'
gem 'dotenv' gem 'dotenv'
# bundle install # bundle install

View File

@ -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