Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit dd9a26d

Browse files
authored
Merge pull request #18 from forepath/feat/custom_nginx_image
fix: create default theme symlink
2 parents e547931 + c567a6e commit dd9a26d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docker/production/Dockerfile.nginx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ COPY . /var/www/html
66
# Copy nginx configuration
77
COPY ./docker/production/nginx/default.conf /etc/nginx/conf.d/default.conf
88

9+
# Create theme symlink
10+
RUN ln -s /var/www/html/resources/themes/aurora/src/public /var/www/html/public/themes/aurora
11+
912
# Clean working directory
1013
RUN mkdir -p /var/www/html/storage/logs/ && \
1114
chown -R www-data:www-data /var/www/html && \

0 commit comments

Comments
 (0)