Skip to content

Commit

Permalink
debugging docker test
Browse files Browse the repository at this point in the history
  • Loading branch information
mietzen committed Sep 7, 2023
1 parent 0f82b58 commit 89d95c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Docker/test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ docker run -d --rm \
--name porkbun-ddns \
--platform ${PLATFORM} \
--env "SLEEP=301" \
--volume ${SCRIPT_DIR}/assets/:/tmp/test-assets \
--entrypoint /tmp/test-assets/entrypoint.py \
--volume ${SCRIPT_DIR}/integration/assets/entrypoint.py:/entrypoint.py \
"${DOCKER_USER}/porkbun-ddns:${VERSION}-${ARCH}-${BUILD_NR}"

# Install tools needed for inspect
Expand Down

0 comments on commit 89d95c3

Please sign in to comment.