add a frontend container
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user