fix script path
This commit is contained in:
parent
ab24789e58
commit
fa7caab50e
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ RUN gem install jekyll git sinatra
|
||||||
|
|
||||||
RUN apt-get install -y nodejs
|
RUN apt-get install -y nodejs
|
||||||
|
|
||||||
ADD hook-server.rb /root/hook-server.rb
|
ADD scripts/hook-server.rb /root/hook-server.rb
|
||||||
|
|
||||||
ENTRYPOINT /root/hook-server.rb
|
ENTRYPOINT /root/hook-server.rb
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue