mirror of
https://gitlab.vegova.si/rkv/prosojnice.git
synced 2025-05-15 16:20:31 +00:00
Revert to exporting at build
This commit is contained in:
parent
d5f3b5a07f
commit
5d86e5a6d5
@ -13,9 +13,6 @@ COPY . .
|
||||
|
||||
RUN yarn build
|
||||
|
||||
RUN yarn export --timeout 120000 --output ./dist/tecaj
|
||||
RUN yarn export --timeout 120000 --dark --output ./dist/tecaj-dark
|
||||
|
||||
FROM httpd:2.4-alpine
|
||||
|
||||
RUN sed -i '/LoadModule rewrite_module/s/^#//g' /usr/local/apache2/conf/httpd.conf && \
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "ham-tecaj",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "slidev build --dark",
|
||||
"build": "slidev build",
|
||||
"dev": "slidev",
|
||||
"dev:uvod": "slidev slides_uvod.md",
|
||||
"export": "slidev export"
|
||||
|
Loading…
x
Reference in New Issue
Block a user