Skip to content

Commit 5d48902

Browse files
committed
move to kool.yml
1 parent 34c8621 commit 5d48902

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Description
44

5-
Minimal [NGINX](https://www.nginx.com/) Docker image. It's use is intended for [kool.dev](https://github.com/kool-dev/kool), but can fit in any other NGINX use-case.
5+
Minimal [NGINX](https://www.nginx.com/) Docker images. It's use is intended for [kool.dev](https://github.com/kool-dev/kool), but can fit in any other NGINX use-case.
66

77
## Available Tags
88

@@ -58,11 +58,9 @@ app:
5858
5959
### Dependencies
6060
61-
- [fwd](https://github.com/fireworkweb/fwd#fireworkwebfwd)
62-
6361
You should change `fwd-template.json` and `template` folder.
6462

65-
After your changes, just run `fwd template` to compile the template and generate all version folder/files.
63+
After any changes, we just need to run `kool run template` (you need [kool](https://github.com/kool-dev/kool)) to compile the template and generate all version folder/files.
6664

6765
## License
6866

build.sh

-5
This file was deleted.

kool.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
scripts:
2+
template: kool docker fireworkweb/fwd:v1.0 fwd template
3+
build:
4+
- kool run template
5+
- docker build --no-cache --pull -t kooldev/nginx:php php
6+
- docker build --no-cache --pull -t kooldev/nginx:static static
7+
- docker build --no-cache --pull -t kooldev/nginx:proxy proxy

0 commit comments

Comments
 (0)