Skip to content

Commit

Permalink
Add dockerignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Zusel committed Jun 8, 2024
1 parent 5c21ff5 commit e12f850
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions backend/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.gradle+
build
2 changes: 1 addition & 1 deletion backend/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ spring.datasource.url=jdbc:mariadb://${MARIADB_HOST}:${MARIADB_PORT}/${MARIADB_D
spring.datasource.username=${MARIADB_USERNAME}
spring.datasource.password=${MARIADB_PASSWORD}
server.port=${SERVER_PORT}
server.address=${SERVER_ADDRESS}
server.address=0.0.0.0

0 comments on commit e12f850

Please sign in to comment.