Skip to content

Commit

Permalink
Update docker default config and log location
Browse files Browse the repository at this point in the history
  • Loading branch information
JackDallas committed Jun 4, 2022
1 parent ba18439 commit f1b43bc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@ RUN apt update && \
apt install ca-certificates \
&& rm -rf /var/lib/apt/lists/*

ENV PREMIUMIZEARR_CONFIG_DIR_PATH=/data
ENV PREMIUMIZEARR_LOGGING_DIR_PATH=/data

EXPOSE 8182

WORKDIR /opt/app/

COPY premiumizearrd /opt/app/
COPY build/static /opt/app/static

EXPOSE 8182

ENTRYPOINT [ "/opt/app/premiumizearrd" ]

0 comments on commit f1b43bc

Please sign in to comment.