Update API/Dockerfile
All checks were successful
Deploy API / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m39s
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:
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
|
||||
|
Loading…
Reference in New Issue
Block a user