This commit is contained in:
randogoth 2025-09-27 13:55:46 +03:00
parent 41045fdf3a
commit cc56dec270
3 changed files with 5 additions and 10 deletions

View file

@ -29,10 +29,6 @@ RUN adduser --disabled-password --gecos "" appuser \
USER appuser
# Default cache dir (override with TEXTS_CACHE_DIR env if you want)
ENV DB_DIR=/usr/src/app/db
RUN mkdir -p "$DB_DIR"
# Expose the service port
EXPOSE 5000