Skip to content

Commit

Permalink
add logging module to persist the log
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshhewabi committed Oct 20, 2023
1 parent 7246d1d commit 78751be
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 @@ -24,6 +24,7 @@ RUN echo 'from xisearch2.cython import *; ' | python
RUN useradd --create-home appuser
WORKDIR /home/appuser
USER appuser
RUN mkdir -p /home/appuser/logs

# Install application into container
COPY static ./static
Expand Down

0 comments on commit 78751be

Please sign in to comment.