mirror of
https://codeberg.org/JasterV/jaster.xyz.git
synced 2026-04-26 18:10:01 +00:00
fix: give nginx permissions over D2 generated assets
This commit is contained in:
parent
845aea809c
commit
ba8b430f6d
1 changed files with 3 additions and 0 deletions
|
|
@ -36,4 +36,7 @@ COPY nginx.conf /etc/nginx/nginx.conf
|
||||||
# Copy the static files from the build stage
|
# Copy the static files from the build stage
|
||||||
COPY --from=build /app/dist /usr/share/nginx/html
|
COPY --from=build /app/dist /usr/share/nginx/html
|
||||||
|
|
||||||
|
# Give read permissions to Nginx over D2 generated assets
|
||||||
|
RUN chmod -R 755 /usr/share/nginx/html/assets/d2
|
||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue