mirror of https://github.com/01-edu/public.git
4 years ago
6 changed files with 11 additions and 8 deletions
@ -1,10 +1,11 @@ |
|||||||
FROM buildkite/puppeteer:latest |
FROM buildkite/puppeteer |
||||||
|
|
||||||
ENV GIT_TERMINAL_PROMPT=0 |
ENV GIT_TERMINAL_PROMPT=0 |
||||||
RUN apt-get update |
RUN apt-get update |
||||||
RUN apt-get install -y git |
RUN apt-get install -y git |
||||||
|
COPY --from=mkcert-ca . /usr/local/share/ca-certificates |
||||||
|
RUN update-ca-certificates |
||||||
WORKDIR /app |
WORKDIR /app |
||||||
COPY ./dom . |
COPY dom . |
||||||
COPY ./subjects ./subjects |
COPY subjects ./subjects |
||||||
RUN ls -la |
|
||||||
ENTRYPOINT ["/bin/sh", "/app/entrypoint.sh"] |
ENTRYPOINT ["/bin/sh", "/app/entrypoint.sh"] |
||||||
|
Loading…
Reference in new issue