Removing PHP from stats, Removed trash
Some checks failed
Compile SASS / deploy (push) Has been cancelled
Some checks failed
Compile SASS / deploy (push) Has been cancelled
Update .gitattributes and dockerize.cmd
This commit is contained in:
parent
ecabc11ff6
commit
e051a183dc
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# Preventing this repo from turning into a PHP repository
|
||||||
|
*.php -linguist-vendored
|
@ -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
|
|
Loading…
Reference in New Issue
Block a user