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 |
||||
RUN apt-get update |
||||
RUN apt-get install -y git |
||||
COPY --from=mkcert-ca . /usr/local/share/ca-certificates |
||||
RUN update-ca-certificates |
||||
WORKDIR /app |
||||
COPY ./dom . |
||||
COPY ./subjects ./subjects |
||||
RUN ls -la |
||||
COPY dom . |
||||
COPY subjects ./subjects |
||||
ENTRYPOINT ["/bin/sh", "/app/entrypoint.sh"] |
||||
|
Loading…
Reference in new issue