Skip to content

Commit

Permalink
renamed presentation to bbb-presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Loki-Afro committed Dec 19, 2024
1 parent 00b4b6c commit 365ca7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN NODE_ENV=production npm run build
COPY .git ./.git
RUN echo "{\"sha\": \"$(git rev-parse HEAD)\", \"version\": \"$(git describe --tags --abbrev=0)\", \"commitDate\": \"$(git log -1 --format=%cd --date=format:'%Y-%m-%dT%H:%M:%SZ')\", \"birthdate\": \"$(date +%Y-%m-%dT%H:%M:%SZ)\"}" > ./dist/nuxtversion
RUN if [ -f "public/themes/${SC_THEME}/bbb/presentation.pdf" ]; then \
cp "public/themes/${SC_THEME}/bbb/presentation.pdf" ./dist/presentation.pdf; \
cp "public/themes/${SC_THEME}/bbb/presentation.pdf" ./dist/bbb-presentation.pdf; \
else \
echo "File public/themes/${SC_THEME}/bbb/presentation.pdf does not exist, skipping."; \
fi
Expand Down

0 comments on commit 365ca7d

Please sign in to comment.