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 94b6349 commit 9139570Copy full SHA for 9139570
dev-compose.yml
@@ -1,19 +1,17 @@
1
version: '3'
2
3
services:
4
-
5
- buildah-service:
6
- container_name: buildah-service
7
- build:
8
- context: .
9
- dockerfile: Containerfile
10
- image: buildah-service
11
- privileged: true
12
- stdin_open: true
13
- tty: true
14
- environment:
15
- DEBUG: 1
16
- volumes:
17
- - $HOME/src/curl-container:/opt/app-root/src
18
- - $HOME/src/curl:/opt/app-root/curl
19
+ buildah-service:
+ container_name: buildah-service
+ build:
+ context: .
+ dockerfile: Containerfile
+ image: buildah-service
+ privileged: true
+ stdin_open: true
+ tty: true
+ environment:
+ DEBUG: 1
+ volumes:
+ - $HOME/src/curl-container:/opt/app-root/src
+ - $HOME/src/curl:/opt/app-root/curl
0 commit comments