Skip to content

Commit

Permalink
🚑 feat/check version (#5738)
Browse files Browse the repository at this point in the history
Co-authored-by: Paco Aranda <[email protected]>
  • Loading branch information
damianpumar and frascuchon authored Dec 12, 2024
1 parent 0487936 commit e7f46cc
Show file tree
Hide file tree
Showing 4 changed files with 160 additions and 180 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ sw.*
# Ruff cache
.ruff_cache/


# App generated files
src/**/server/static/

Expand Down
1 change: 1 addition & 0 deletions argilla-frontend/dev.frontend.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ WORKDIR /home/argilla/frontend
COPY --chown=argilla:argilla dist ./dist
COPY --chown=argilla:argilla .nuxt ./.nuxt
COPY --chown=argilla:argilla package.json ./package.json
COPY --chown=argilla:argilla package-lock.json ./package-lock.json
COPY --chown=argilla:argilla nuxt.config.ts ./nuxt.config.ts

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

0 comments on commit e7f46cc

Please sign in to comment.