Update Dockerfile

This commit is contained in:
Roman Kelesidis 2025-08-21 16:34:28 +03:00
commit d52b874e8a
No known key found for this signature in database
GPG key ID: D8157C4D4C4C6DB4

View file

@ -23,6 +23,8 @@ RUN apt-get update && apt-get install -y \
zip \
&& rm -rf /var/lib/apt/lists/*
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
WORKDIR /app
COPY . /app