Skip to content

Commit

Permalink
fix: show local drives
Browse files Browse the repository at this point in the history
  • Loading branch information
froid1911 committed May 8, 2024
1 parent 0a204e1 commit 893b0df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ ENV VITE_DISABLE_DELETE_CLOUD_DRIVES=${VITE_DISABLE_DELETE_CLOUD_DRIVES}
ARG VITE_DISABLE_DELETE_LOCAL_DRIVES=false
ENV VITE_DISABLE_DELETE_LOCAL_DRIVES=${VITE_DISABLE_DELETE_LOCAL_DRIVES}

ARG VITE_LOCAL_DRIVES_ENABLED=false
ARG VITE_LOCAL_DRIVES_ENABLED=true
ENV VITE_LOCAL_DRIVES_ENABLED=${VITE_LOCAL_DRIVES_ENABLED}

ARG VITE_CREATE_DOCUMENT_ALLOW_LIST=""
Expand Down

0 comments on commit 893b0df

Please sign in to comment.