Skip to content

Commit

Permalink
Resolved issues with empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
nklimovych committed May 23, 2024
1 parent c9a1041 commit de08a2b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ build/
.vscode/

### Docker ###
/.env
/.env
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ services:
"spring.datasource.password": "${MYSQL_ROOT_PASSWORD}",
"jwt.secret": "${JWT_SECRET}"
}'
JAVA_TOOL_OPTIONS: "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005"
JAVA_TOOL_OPTIONS: "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005"
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@
<artifactId>spring-boot-docker-compose</artifactId>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
Expand Down

0 comments on commit de08a2b

Please sign in to comment.