diff --git a/apps/cic-notify/docker/Dockerfile b/apps/cic-notify/docker/Dockerfile index ec77a552..c0a504c8 100644 --- a/apps/cic-notify/docker/Dockerfile +++ b/apps/cic-notify/docker/Dockerfile @@ -14,7 +14,9 @@ RUN pip install -r $root_requirement_file $pip_extra_index_url_flag COPY cic-notify/setup.cfg \ cic-notify/setup.py \ ./ + COPY cic-notify/cic_notify/ ./cic_notify/ + COPY cic-notify/requirements.txt \ cic-notify/test_requirements.txt \ ./ diff --git a/apps/cic-notify/docker/Dockerfile.service b/apps/cic-notify/docker/Dockerfile.service deleted file mode 100644 index cf2bb38f..00000000 --- a/apps/cic-notify/docker/Dockerfile.service +++ /dev/null @@ -1,13 +0,0 @@ -FROM grassrootseconomics:cic-notify - -#FROM python:3.8.6-alpine - -#RUN apk update && \ -# apk add gnupg libpq - -#COPY --from=0 /usr/local/ /usr/local/ -#COPY --from=0 /root/ /root/ - -#RUN apk add bash - -WORKDIR /root diff --git a/docker-compose.yml b/docker-compose.yml index 7004b13f..a51435ea 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -413,7 +413,9 @@ services: cic-notify-tasker: - image: grassrootseconomics:cic-notify-service + build: + context: apps/ + dockerfile: cic-notify/docker/Dockerfile environment: DATABASE_USER: ${DATABASE_USER:-grassroots} DATABASE_HOST: ${DATABASE_HOST:-postgres} diff --git a/keys/Bloxberg/address_book.json b/keys/Bloxberg/address_book.json deleted file mode 100644 index 9e26dfee..00000000 --- a/keys/Bloxberg/address_book.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file