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 860cc91 commit e057cceCopy full SHA for e057cce
config/site.conf
dev/web/Dockerfile
docker-compose.yml
@@ -1,24 +1,5 @@
1
name: chooser
2
services:
3
- web:
4
- build:
5
- context: .
6
- dockerfile: dev/web/Dockerfile
7
- # Use Bash instad of sh (Dash) for improved signal handling
8
- command: /bin/bash -c "
9
- echo 'Starting static webserver at http://127.0.0.1:8080/';
10
- /usr/local/bin/httpd-foreground
11
- "
12
- container_name: cc-chooser-web
13
- ports:
14
- - "8080:80"
15
- restart: on-failure
16
- volumes:
17
- # Mount site configuration directory
18
- - "./config:/usr/local/apache2/conf/config:ro"
19
- # Mount website directory
20
- - "./src:/usr/local/apache2/htdocs:ro"
21
-
22
node:
23
build:
24
context: .
0 commit comments