We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81d233c commit 4fd5b81Copy full SHA for 4fd5b81
tests/Dockerfile
@@ -0,0 +1,4 @@
1
+FROM debian:bookworm
2
+
3
+RUN apt-get update \
4
+ && apt-get install -y curl
tests/docker-compose.yml
@@ -17,14 +17,11 @@ services:
17
- /sys/fs/cgroup:/sys/fs/cgroup
18
cgroup: host
19
tests:
20
- image: debian:bookworm
+ build: .
21
depends_on:
22
- plesk
23
links:
24
25
volumes:
26
- .:/opt/tests/
27
- command: >
28
- bash -c "apt-get update
29
- && apt-get install -y curl
30
- && /opt/tests/wait-for-plesk.sh"
+ command: /opt/tests/wait-for-plesk.sh
0 commit comments