Skip to content

Commit

Permalink
Merge pull request #58 from shininome/shino_aio
Browse files Browse the repository at this point in the history
r
  • Loading branch information
shininome authored Oct 25, 2024
2 parents 6cb75e4 + 75cad71 commit 832ebfb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,10 @@ RUN set -ex && \
shadow \
tini \
openssl \
curl \
tzdata && \
python3 -m pip install --no-cache-dir --upgrade pip && \
sed -i '/bcrypt/d' requirements.txt && \
# pip install --no-cache-dir -r requirements.txt && \
pip install --no-cache-dir --only-binary :all: -r requirements.txt && \
pip install --no-cache-dir -r requirements.txt && \
# Add user
mkdir -p /home/ab && \
addgroup -S ab -g 911 && \
Expand All @@ -44,4 +42,4 @@ COPY --chmod=755 entrypoint.sh /entrypoint.sh
ENTRYPOINT ["tini", "-g", "--", "/entrypoint.sh"]

EXPOSE 7892
VOLUME [ "/app/config" , "/app/data" ]
VOLUME [ "/app/config" , "/app/data" ]

0 comments on commit 832ebfb

Please sign in to comment.