Skip to content

Commit

Permalink
fix: config path env (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
book000 authored Feb 4, 2024
1 parent cbea4f3 commit 6473968
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ COPY entrypoint.sh .
RUN chmod +x entrypoint.sh

ENV NODE_ENV production
ENV CONFIG_PATH /data/config.json
ENV NOTIFIED_PATH /data/notified.json

ENTRYPOINT ["/app/entrypoint.sh"]

0 comments on commit 6473968

Please sign in to comment.