Skip to content

Commit 538f86f

Browse files
committed
fix(config): with new initialisation
1 parent 2aba859 commit 538f86f

File tree

4 files changed

+12
-16
lines changed

4 files changed

+12
-16
lines changed

.gitignore

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
2-
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
3-
# composer.lock
4-
node_modules
5-
apps/node_modules/
6-
apps/vendor
7-
apps/bin
1+
/node_modules
2+
/apps
3+
.env

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
networks:
1515
- net
1616
phpfpm:
17-
image: koromerzhin/php:8.2.0-fpm
17+
image: koromerzhin/php:8.2.1-fpm
1818
command: sh -c "composer install && php-fpm"
1919
volumes:
2020
- ${PWD}/apps:/var/www/:delegated

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@
5050
},
5151
"homepage": "https://github.com/hackariens/phpfpm#readme",
5252
"dependencies": {
53-
"korojscommands": "^1.2.11"
53+
"korojscommands": "^1.2.12"
5454
}
5555
}

0 commit comments

Comments
 (0)