Skip to content

Commit

Permalink
Merge pull request #7 from startersclan/enhancement/ci-add-.dockerignore
Browse files Browse the repository at this point in the history
Enhancement (ci): Add .dockerignore
  • Loading branch information
leojonathanoh authored Oct 29, 2023
2 parents d265c38 + a7cc031 commit 586ca46
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/.*
/ActivePerl
/amxmodx
/sourcemod
/sql
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ a PHP frontend.

---

## Usage
## Usage (docker)

Tag convention: `<version>-<service>` or `<version>-<sha>-<service>`. For instance, for release `v1.2.3` on sha `0abcdef`:

- `web` image: `1-web`, `1.2-web`, `1.2.3-web`, `1-0abcdef-web`, `1.2-0abcdef-web`, `1.2.3-0abcdef-web`.
- `web` image: `1-web`, `1.2-web`, `1.2.3-web`, `1-0abcdef-web`, `1.2-0abcdef-web`, `1.2.3-0abcdef-web`
- `daemon` image: `1-daemon`, `1.2-daemon`, `1.2.3-daemon`, `1-0abcdef-daemon`, `1.2-0abcdef-daemon`, `1.2.3-0abcdef-daemon`

```sh
Expand Down

0 comments on commit 586ca46

Please sign in to comment.