Skip to content

Commit

Permalink
Bugfix: missing /public folder in prod image
Browse files Browse the repository at this point in the history
  • Loading branch information
and-ratajski committed Apr 26, 2023
1 parent 4818e43 commit 9a523eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ Currently tested providers:
| ------------------------------------------------------ | ------- | ------ | ------------- |
| [Keycloak](https://www.keycloak.org/) | 17.1 || |
| [SAP Commerce](https://help.sap.com/docs/SAP_COMMERCE) | ? || Running tests |
| Google | ? | ➡️ | Planned |
| GitHub | ? | ➡️ | Planned |
| Google | ? | | Planned |
| GitHub | ? | | Planned |

<br/>

Expand Down Expand Up @@ -145,7 +145,7 @@ traefik:
- cx-example-net

traefik-forward-auth:
image: creoox/cx-traefik-forward-auth:1.0.1
image: creoox/cx-traefik-forward-auth:1.1.3
container_name: cx-example-traefik-forward-auth
env_file:
- ./cx-traefik-forward-auth.env
Expand Down
2 changes: 1 addition & 1 deletion app/.env.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Application settings
APP_NAME=cx-traefik-forward-auth
APP_VERSION=1.1.2
APP_VERSION=1.1.3
APP_PORT=4181

## Environment settings
Expand Down

0 comments on commit 9a523eb

Please sign in to comment.