From d064d29951a761f6128fbea6fd7ba1b49e3677af Mon Sep 17 00:00:00 2001 From: joseph Date: Mon, 18 Dec 2023 17:22:28 +0000 Subject: [PATCH] clean up --- auth/docker/Dockerfile | 5 +---- auth/docker/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/auth/docker/Dockerfile b/auth/docker/Dockerfile index 57fbd71..fb7e9f3 100644 --- a/auth/docker/Dockerfile +++ b/auth/docker/Dockerfile @@ -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"] diff --git a/auth/docker/docker-compose.yml b/auth/docker/docker-compose.yml index cdba7a5..26d8c96 100644 --- a/auth/docker/docker-compose.yml +++ b/auth/docker/docker-compose.yml @@ -1,4 +1,4 @@ -version: "3" +version: "3.3" services: auth_server: