Modified test classes
added gitignore for testng generated test-output folder
This commit is contained in:
parent
11a0b0277a
commit
b4b747a5d0
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ WORKDIR /URLShortener
|
|||
# Example real world db access url : mysql://127.0.0.1:3306
|
||||
# Example Docker db access url : mysql://database:3306 (container name is datbase)
|
||||
# Change the database ip in app config to the database docker container name/service
|
||||
RUN sed -i "s|database.ip=127.0.0.1|database.ip=database |g" src/main/resources/application.properties
|
||||
# RUN sed -i "s|database.ip=127.0.0.1|database.ip=database |g" src/main/resources/application.properties
|
||||
|
||||
# Build the application
|
||||
RUN mvn clean install
|
||||
|
|
Loading…
Reference in a new issue