This commit is contained in:
joseph 2023-12-18 17:22:28 +00:00
parent c55271ec9c
commit d064d29951
2 changed files with 2 additions and 5 deletions

View File

@ -8,9 +8,6 @@ RUN git clone https://git.roysathome.net/joseph/roysathome.net.git .
WORKDIR ./auth
# Stage 2: Final image with Ruby
RUN bundle install
EXPOSE 4567
CMD ["ruby","./auth.rb", "-p","4567"]
CMD ["ruby","/roysathome/auth/auth.rb"]

View File

@ -1,4 +1,4 @@
version: "3"
version: "3.3"
services:
auth_server: