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
|
WORKDIR ./auth
|
||||||
|
|
||||||
# Stage 2: Final image with Ruby
|
|
||||||
RUN bundle install
|
RUN bundle install
|
||||||
|
|
||||||
EXPOSE 4567
|
CMD ["ruby","/roysathome/auth/auth.rb"]
|
||||||
|
|
||||||
CMD ["ruby","./auth.rb", "-p","4567"]
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
version: "3"
|
version: "3.3"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
auth_server:
|
auth_server:
|
||||||
|
|
Loading…
Reference in New Issue