Skip to content

Commit e9ce391

Browse files
author
Claudio Gomes da Silva
committed
fix - .gitignore
1 parent 6cd0883 commit e9ce391

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.idea
22
*.iml
33
/target
4-
config.json
4+
*.json
55
*.jar

docker-compose.yml

-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@ services:
44
build: .
55
ports:
66
- 1521:1521
7-
environment:
8-
ORACLE_PDB: CUSTOMSCRIPTS
97
volumes:
108
- ./ora_script:/opt/oracle/scripts/setup

0 commit comments

Comments
 (0)