buscribe-api: Move from buscribe/ to top level and add to ./build

pull/414/head
Mike Lang 2 months ago
parent 2462a957d2
commit e758418f76

@ -13,6 +13,7 @@ cd "$(dirname "$(realpath "$0")")"
# The different images we can build # The different images we can build
COMPONENTS=( COMPONENTS=(
backfiller backfiller
buscribe-api
chat_archiver chat_archiver
cutter cutter
downloader downloader

@ -12,7 +12,7 @@ RUN pip install /tmp/common && rm -r /tmp/common
# Install actual application # Install actual application
RUN apk add postgresql-dev postgresql-libs RUN apk add postgresql-dev postgresql-libs
COPY buscribe/buscribe-api /tmp/buscribe-api COPY buscribe-api /tmp/buscribe-api
RUN pip install /tmp/buscribe-api && cp -r /tmp/buscribe-api/templates /templates \ RUN pip install /tmp/buscribe-api && cp -r /tmp/buscribe-api/templates /templates \
&& rm -r /tmp/buscribe-api && rm -r /tmp/buscribe-api
Loading…
Cancel
Save