Update the README to remove unneeded config/db.
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-11-07 17:26:14 +02:00
parent d9d595de8b
commit aac696ded4
-2
View File
@@ -30,7 +30,6 @@ Type: build
Type: preparation
- create a folder, for example, `project`.
- copy config/db to the folder.
- copy `jpa_hospital_example-1.0.2.jar` from a release to the folder.
- if you build the application from source, find the file (`jpa_hospital_example-1.0.2-all.jar`) in `build/libs/`.
- copy docker/docker-compose.yml to the folder.
@@ -67,7 +66,6 @@ Type: build
Type: preparation
- create a folder, for example, `project`.
- copy config/db to the folder.
- copy `jpa_hospital_example-version.jar` from a release to the folder.
- if you build the application from source, find the file in `target/`.
- copy docker/docker-compose.yml to the folder.