Skip to content

Commit

Permalink
Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakim-Kay committed Jun 14, 2024
1 parent bccadf7 commit 2588dbe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ RUN mvn clean install -DskipTests
# Use an official openjdk image to run the application
FROM openjdk:17-jdk-slim

# Install dependencies including PostgreSQL client and Maven
RUN apt-get update && \
apt-get install -y postgresql-client maven

# Set the working directory
WORKDIR /app

Expand Down

0 comments on commit 2588dbe

Please sign in to comment.