Compare commits
3 Commits
serve-hidd
...
regression
| Author | SHA1 | Date | |
|---|---|---|---|
| 4ae8866100 | |||
| 435df8fc98 | |||
| d60556f060 |
@ -23,6 +23,6 @@ Custom HTML website, served using thttpd
|
|||||||
5. `abra app deploy YOURAPPDOMAIN`
|
5. `abra app deploy YOURAPPDOMAIN`
|
||||||
6. Copy your files to the container, using something like
|
6. Copy your files to the container, using something like
|
||||||
```
|
```
|
||||||
abra app YOURAPPDOMAIN cp index.html app:/content
|
abra app cp YOURAPPDOMAIN index.html app:/var/www/http
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@ version: "3.8"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: joseluisq/static-web-server:2.38.0
|
image: joseluisq/static-web-server:nonexistent-cc-ci-canary-bad
|
||||||
command: ["-a", "0.0.0.0", "-p", "80", "-g", "warn", "-d", "/var/www/http/$HTTP_SUBDIR"]
|
command: ["-a", "0.0.0.0", "-p", "80", "-g", "warn", "-d", "/var/www/http/$HTTP_SUBDIR"]
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
@ -29,4 +29,3 @@ volumes:
|
|||||||
networks:
|
networks:
|
||||||
proxy:
|
proxy:
|
||||||
external: true
|
external: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user