Update API/Dockerfile
All checks were successful
Deploy API / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m39s

This commit is contained in:
Braydon 2024-04-14 09:16:09 -07:00
parent 27c83a55ba
commit 4721b46ce9

@ -7,7 +7,7 @@ WORKDIR /home/container
COPY . .
# Build the app
RUN mvn clean package -DskipTests
RUN mvn clean package -q -DskipTests -T4C
# Exposting on port 80 so we can
# access via a reverse proxy for Dokku