mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 04:56:30 +02:00
repo: add CI mode
This commit is contained in:
parent
d529384f21
commit
be1b93cf1f
3 changed files with 12 additions and 8 deletions
|
@ -4,7 +4,7 @@ RUN apt-get update && apt-get install -y unzip autoconf build-essential libssl-d
|
|||
ln -sf /bin/bash /bin/sh && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ADD *.sh /
|
||||
ADD entrypoint.sh mkindex.sh /
|
||||
|
||||
ENTRYPOINT ["bash","/entrypoint.sh"]
|
||||
CMD ["--no-build"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue