Skip to content

Commit 966aa2a

Browse files
committed
fix..
1 parent 7881b4d commit 966aa2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

14-3.2/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ RUN set -eux \
9999
&& chown -R postgres:postgres /tempdb \
100100
&& su postgres -c 'pg_ctl -D /tempdb init' \
101101
&& su postgres -c 'pg_ctl -o "--fsync=off" -o "--huge_pages=off" -o "--jit=off" -o "--synchronous_commit=off" -D /tempdb start' \
102-
&& cd regress \
102+
\
103103
&& su postgres -c 'psql -c "SHOW JIT;"' \
104104
&& su postgres -c 'psql -c "SHOW FSYNC;"' \
105105
&& su postgres -c 'psql -c "SHOW SYNCHRONOUS_COMMIT;"' \

0 commit comments

Comments
 (0)