Skip to content

Commit 2766a0a

Browse files
committed
feat!: new structure
BREAKING CHANGE: generated moved to root with model.yaml instead of generated.yaml
1 parent 4fc201f commit 2766a0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ RUN cd /var/www/html/yaml-generation && composer install \
1717
RUN pecl channel-update pecl.php.net && pecl install yaml && docker-php-ext-enable yaml
1818
RUN cd /var/www/html && GITHUB_REPOSITORY="${GITHUB_REPOSITORY}" php yaml-generation/generateDimensions.php && sed -i "s/__VERSION_PLACEHOLDER__/${DSOMM_VERSION}/g" /var/www/html/generated/model.yaml
1919
workdir /var/www/html
20-
CMD php yaml-generation/generateDimensions.php
20+
CMD php yaml-generation/generateDimensions.ph
21+

0 commit comments

Comments
 (0)