feature/cierres #30
@ -2,10 +2,6 @@ FROM php:8.4-fpm
|
||||
|
||||
ENV TZ=America/Santiago
|
||||
|
||||
# http://deb.debian.org/debian bookworm InRelease
|
||||
# => => # Ign:2 http://deb.debian.org/debian bookworm-updates InRelease
|
||||
# => => # Ign:3 http://deb.debian.org/debian-security bookworm-security InRelease
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends libzip-dev libicu-dev git \
|
||||
libpng-dev unzip tzdata libxml2-dev \
|
||||
&& rm -r /var/lib/apt/lists/* \
|
||||
|
@ -17,6 +17,7 @@ services:
|
||||
profiles:
|
||||
- app
|
||||
build: .
|
||||
image: php:incoviba
|
||||
container_name: incoviba_web
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
|
Reference in New Issue
Block a user