mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-05 13:35:23 +02:00
Feature/update login UI (#716)
* cleanup signin UI * add timeout Co-authored-by: Hayden <hay-kot@pm.me>
This commit is contained in:
parent
4bdba9f3af
commit
bd8882ec44
4 changed files with 31 additions and 26 deletions
|
@ -8,8 +8,10 @@ RUN yarn install \
|
|||
--prefer-offline \
|
||||
--frozen-lockfile \
|
||||
--non-interactive \
|
||||
--production=false
|
||||
|
||||
--production=false \
|
||||
# https://github.com/docker/build-push-action/issues/471
|
||||
--network-timeout 1000000
|
||||
|
||||
RUN yarn build
|
||||
|
||||
RUN rm -rf node_modules && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue