fix
This commit is contained in:
parent
41045fdf3a
commit
cc56dec270
3 changed files with 5 additions and 10 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue