mirror of
https://gitlab.vegova.si/rkv/prosojnice.git
synced 2025-05-30 07:30:30 +00:00
Merge branch 'fix/timeout' into 'master'
Increase timeout for exporting See merge request rkv/prosojnice!13
This commit is contained in:
commit
54819ce7f3
@ -13,8 +13,8 @@ COPY . .
|
||||
|
||||
RUN yarn build
|
||||
|
||||
RUN yarn export --output ./dist/tecaj
|
||||
RUN yarn export --dark --output ./dist/tecaj-dark
|
||||
RUN yarn export --timeout 120000 --output ./dist/tecaj
|
||||
RUN yarn export --timeout 120000 --dark --output ./dist/tecaj-dark
|
||||
|
||||
FROM httpd:2.4-alpine
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user