Skip to content

Commit

Permalink
hotfix: add cron installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Friedjof committed Oct 11, 2024
1 parent 09c47f3 commit 709fe50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ WORKDIR /app
RUN apt-get update && apt-get install -y \
build-essential \
libpq-dev \
cron \
&& rm -rf /var/lib/apt/lists/*

# Copy the requirements file and install dependencies
Expand All @@ -35,4 +36,4 @@ RUN chmod +x /app/start.sh
EXPOSE 8000

# Start the application using the start.sh script
CMD ["/app/start.sh"]
CMD ["/app/start.sh"]

0 comments on commit 709fe50

Please sign in to comment.