maj make & dockerfile
Cadoles/nineskeletor/pipeline/head There was a failure building this commit
Details
Cadoles/nineskeletor/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
e7f2b7185a
commit
3908287e78
2
Makefile
2
Makefile
|
@ -12,12 +12,14 @@ dockercomposebuild:
|
|||
docker-compose build --no-cache
|
||||
|
||||
dockercomposeup:
|
||||
make dockercomposedown
|
||||
docker-compose up -d
|
||||
docker-compose exec app bin/console d:s:u --force --complete
|
||||
docker-compose exec app bin/console app:Init
|
||||
|
||||
dockercomposedown:
|
||||
docker-compose stop
|
||||
docker-compose rm -f redis-sentinel
|
||||
|
||||
dockercomposeinit:
|
||||
docker-compose exec app bin/console d:f:l
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
ARG PHP_PKG_VERSION="8.1.20-r0"
|
||||
ARG PHP_PKG_VERSION="8.1.22-r0"
|
||||
ARG ADDITIONAL_PACKAGES="tree \
|
||||
php81-gd=${PHP_PKG_VERSION} \
|
||||
php81-sodium=${PHP_PKG_VERSION} \
|
||||
|
|
Loading…
Reference in New Issue