Skip to content

Commit b245efd

Browse files
authored
Merge pull request #46 from thughari/dev
included unit tests while deployment
2 parents 6e71f70 + 6a47743 commit b245efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM maven:3.9-amazoncorretto-21 AS build
33
WORKDIR /app
44
COPY . .
5-
RUN mvn clean package -DskipTests
5+
RUN mvn clean package
66

77
# Stage 2: Run the JAR
88
FROM amazoncorretto:21

0 commit comments

Comments
 (0)