Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7d871a2

Browse files
Dockerfile--std.tmpl is updated (refactoring)
/pg/testgres/run_tests.sh is used directly.
1 parentbcb7771 commit7d871a2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

‎Dockerfile--std.tmpl

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,9 @@ RUN if [ "${PYTHON_VERSION}" = "3" ] ; then \
1111
fi
1212
ENV LANG=C.UTF-8
1313

14-
RUN mkdir -p /pg
15-
COPY run_tests.sh /run.sh
16-
RUN chmod 755 /run.sh
17-
1814
ADD . /pg/testgres
1915
WORKDIR /pg/testgres
2016
RUN chown -R postgres:postgres /pg
2117

2218
USER postgres
23-
ENTRYPOINT PYTHON_VERSION=${PYTHON_VERSION}/run.sh
19+
ENTRYPOINT PYTHON_VERSION=${PYTHON_VERSION}bash run_tests.sh

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp