clean up
This commit is contained in:
parent
c55271ec9c
commit
d064d29951
|
@ -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"]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
version: "3"
|
||||
version: "3.3"
|
||||
|
||||
services:
|
||||
auth_server:
|
||||
|
|
Loading…
Reference in New Issue