Removing PHP from stats, Removed trash
Some checks failed
Compile SASS / deploy (push) Has been cancelled

Update .gitattributes and dockerize.cmd
This commit is contained in:
Herwin Bozet (NibblePoker) 2024-11-26 21:12:39 +01:00
parent ecabc11ff6
commit e051a183dc
2 changed files with 2 additions and 21 deletions

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
# Preventing this repo from turning into a PHP repository
*.php -linguist-vendored

View File

@ -1,21 +0,0 @@
@echo off
setlocal enabledelayedexpansion
:: Going into the script's directory
cd /D "%~dp0"
:dockerize
echo.
echo Preparing the container
echo -----------------------
:dockerize-up
pushd %CD%
docker-compose -f docker-compose.dev.yml up -d --force-recreate
popd
:dockerize-end
:end