Skip to content

Commit

Permalink
Upgrade demo to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
cnizzardini committed Feb 17, 2024
1 parent 3ffa4b6 commit ea36006
Show file tree
Hide file tree
Showing 51 changed files with 1,394 additions and 1,872 deletions.
63 changes: 0 additions & 63 deletions .kube/README.md

This file was deleted.

12 changes: 0 additions & 12 deletions .kube/mysql-secret.yaml

This file was deleted.

94 changes: 0 additions & 94 deletions .kube/mysql.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .kube/namespace.yaml

This file was deleted.

175 changes: 0 additions & 175 deletions .kube/php-ngnix.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions .kube/php-secret.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ENV HOST_OS=$HOST_OS
#
RUN if [[ "$ENV" != "prod" ]]; then \
apk add git \
&& apk add --update --no-cache --virtual .php-deps file re2c autoconf make zlib zlib-dev g++ curl linux-headers \
&& apk add --no-cache --virtual .php-deps file re2c autoconf make zlib zlib-dev g++ curl linux-headers \
&& pecl install xdebug \
&& docker-php-ext-enable xdebug \
&& apk del -f .php-deps \
Expand Down
Loading

0 comments on commit ea36006

Please sign in to comment.