Compare commits
2 Commits
cicd-test
...
e051a183dc
| Author | SHA1 | Date | |
|---|---|---|---|
| e051a183dc | |||
| ecabc11ff6 |
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
|
||||
Reference in New Issue
Block a user