We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e07154 commit 0c665c6Copy full SHA for 0c665c6
2 files changed
docker-compose.test.yaml
@@ -7,8 +7,12 @@ services:
7
build: ./nginx/tests
8
ports:
9
- 3000:80
10
+ volumes:
11
+ - /out:/www/data/out
12
networks:
13
- running-tests
14
15
+volumes:
16
+ builder_nginx_vol:
17
18
running-tests:
nginx/tests/Dockerfile
@@ -10,6 +10,5 @@ RUN rm /etc/nginx/conf.d/default.conf
COPY ./nginx.conf /etc/nginx/
COPY ./mime.types /etc/nginx/conf/
COPY ./default.conf /etc/nginx/conf.d/
-COPY ../../out /www/data/out
EXPOSE 80
0 commit comments