Makes some small changes

This commit is contained in:
Szymon Sawicki
2022-04-05 22:51:34 +02:00
parent aff0f9fc94
commit 0d6bb98f0e
3 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM openjdk:17
EXPOSE 8000
EXPOSE 8080
ADD target/app.jar app.jar
ENTRYPOINT ["java","-jar","app.jar"]

View File

@@ -50,6 +50,7 @@
</dependencies>
<build>
<finalName>app</finalName>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>

View File

@@ -4,5 +4,5 @@ spring:
data:
mongodb:
database: db_1
host: localhost
host: mongodb
port: 27017