Skip to content

Commit ebafd35

Browse files
committed
chore: removed create db script
1 parent 57de4d4 commit ebafd35

File tree

3 files changed

+1
-16
lines changed

3 files changed

+1
-16
lines changed

Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,2 @@
11
FROM postgres:16.6
2-
3-
ENV DATABASE_NAME=test
4-
COPY create-db.sh /docker-entrypoint-initdb.d/create-db.sh
5-
RUN chmod +x /docker-entrypoint-initdb.d/create-db.sh
6-
72
CMD ["postgres"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010

1111
```
1212
13-
```
13+
```

create-db.sh

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)