File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,9 @@ git clone https://github.com/michelp/pgjwt postgres/pgjwt
1616
1717### 2. Modify the Postgres Dockerfile
1818
19- Edit ` postgres/Dockerfile ` to install build tools and compile the
20- extension:
19+ Edit the Postgres Dockerfile to install build tools and compile the extension:
2120
22- ```
21+ ``` dockerfile title="postgres/Dockerfile"
2322RUN apt-get update && apt-get install -y \
2423 build-essential \
2524 postgresql-server-dev-17
Original file line number Diff line number Diff line change 2929
3030You can also run SQL directly without opening an interactive shell:
3131
32- ```
32+ ``` sh
3333bin/postgres -c ' select * from movie;'
3434```
3535
@@ -72,7 +72,7 @@ set editing-mode vi
7272Add to your ` compose.override.yaml ` (this file is for development-only
7373overriding of ` compose.yaml ` ):
7474
75- ``` yaml
75+ ``` yaml title="compose.override.yaml"
7676services :
7777 postgres :
7878 volumes :
You can’t perform that action at this time.
0 commit comments