Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/okhiroyuki/docker-cordova
https://github.com/okhiroyuki/docker-cordova
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/okhiroyuki/docker-cordova
- Owner: okhiroyuki
- License: mit
- Created: 2024-03-20T10:51:40.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-17T10:09:59.000Z (5 months ago)
- Last Synced: 2024-06-17T11:35:58.299Z (5 months ago)
- Language: Dockerfile
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-cordova
## Build
```zsh
docker compose build
```## Attach
```zsh
docker compose up -d
docker compose exec cordova bash
docker compose down
```## Development
use devcontainer
### lint
```zsh
task lint
```### format
```zsh
taks fmt
```