소스 검색

Print little-things version on build

master
JustAnotherArchivist 1 년 전
부모
커밋
ef0ba5ad54
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      Dockerfile

+ 2
- 1
Dockerfile 파일 보기

@@ -1,7 +1,8 @@
FROM python:3.11-alpine
COPY codearchiver-bot /app/codearchiver-bot
RUN apk add --no-cache bash coreutils curl git sed zstd
RUN git clone https://gitea.arpa.li/JustAnotherArchivist/little-things.git /app/little-things/
RUN git clone https://gitea.arpa.li/JustAnotherArchivist/little-things.git /app/little-things/ \
&& (cd /app/little-things/ && git rev-parse HEAD)
RUN pip install --no-cache-dir codearchiver
VOLUME /data
WORKDIR /data


불러오는 중...
취소
저장