Skip to content

Commit 1f98fa1

Browse files
authored
BREAKING CHANGE: add folder generated to container
1 parent d278171 commit 1f98fa1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM php:apache-bullseye
22
RUN apt-get update && apt-get -y install apt-utils libyaml-dev wget unzip && wget -O composer-setup.php https://getcomposer.org/installer && php composer-setup.php --install-dir=/usr/local/bin --filename=composer
33
COPY yaml-generation /var/www/html/yaml-generation
4+
COPY generated /var/www/html/generated
45
COPY src /var/www/html/src
56
RUN cd /var/www/html/yaml-generation && composer install \
67
--ignore-platform-reqs \

0 commit comments

Comments
 (0)