mirror of
https://github.com/Eugeny/tabby-web.git
synced 2025-08-18 23:31:52 +00:00
bumped bundled tabby
This commit is contained in:
@@ -36,7 +36,7 @@ COPY backend/manage.py backend/gunicorn.conf.py ./
|
||||
COPY backend/tabby tabby
|
||||
COPY --from=frontend /app/build /frontend
|
||||
|
||||
ARG BUNDLED_TABBY=1.0.163
|
||||
ARG BUNDLED_TABBY=1.0.187-nightly.1
|
||||
|
||||
RUN FRONTEND_BUILD_DIR=/frontend /venv/*/bin/python ./manage.py collectstatic --noinput
|
||||
RUN FRONTEND_BUILD_DIR=/frontend /venv/*/bin/python ./manage.py add_version ${BUNDLED_TABBY}
|
||||
|
Reference in New Issue
Block a user