Skip to content

Commit

Permalink
make logs dir
Browse files Browse the repository at this point in the history
  • Loading branch information
yite committed Aug 12, 2024
1 parent aa33093 commit b10c954
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ RUN apt-get update && apt-get install -y vim && rm -rf /var/lib/apt/lists/*
# Copy the rest of the application code into the container at /app
COPY . /app

# Create a logs directory
RUN mkdir -p ./logs

# Make port 8000 available to the world outside this container
EXPOSE 8000

Expand Down

0 comments on commit b10c954

Please sign in to comment.