Skip to content

Commit

Permalink
Merge pull request #157 from jackblk/master
Browse files Browse the repository at this point in the history
refactor: support apprise in main image
  • Loading branch information
Revadike authored Dec 7, 2021
2 parents 9d97102 + f1abc80 commit b70151f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 30 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ RUN apk add --no-cache --virtual build-deps \
# App stage
FROM node:16-alpine3.12 as app

# Install apprise
RUN apk add --no-cache \
python3=~3.8 \
py3-pip=~20.1 \
py3-cryptography=~2.9 \
&& pip3 --no-cache-dir install apprise==0.9.6

WORKDIR /app
COPY . /app
COPY --from=builder /app/node_modules ./node_modules
Expand Down
30 changes: 0 additions & 30 deletions Dockerfile.apprise

This file was deleted.

0 comments on commit b70151f

Please sign in to comment.