add a frontend container

This commit is contained in:
2026-01-27 15:52:56 +01:00
parent 14e8aa80a9
commit 6d45c131c7
7 changed files with 94 additions and 21 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y \
COPY --from=composer:2 /usr/bin/composer /usr/bin/composer
COPY ./entrypoint.sh /usr/local/bin/entrypoint.sh
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
RUN chmod +x /usr/local/bin/entrypoint.sh
WORKDIR /var/www/app