Skip to content

Commit e7f46cc

Browse files
🚑 feat/check version (#5738)
Co-authored-by: Paco Aranda <[email protected]>
1 parent 0487936 commit e7f46cc

File tree

4 files changed

+160
-180
lines changed

4 files changed

+160
-180
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ sw.*
133133
# Ruff cache
134134
.ruff_cache/
135135

136-
137136
# App generated files
138137
src/**/server/static/
139138

argilla-frontend/dev.frontend.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ WORKDIR /home/argilla/frontend
1414
COPY --chown=argilla:argilla dist ./dist
1515
COPY --chown=argilla:argilla .nuxt ./.nuxt
1616
COPY --chown=argilla:argilla package.json ./package.json
17+
COPY --chown=argilla:argilla package-lock.json ./package-lock.json
1718
COPY --chown=argilla:argilla nuxt.config.ts ./nuxt.config.ts
1819

1920
# NOTE: Right now this Docker image is using dev.argilla.io as server.

0 commit comments

Comments
 (0)