Skip to content

Commit

Permalink
chore: added missing build args
Browse files Browse the repository at this point in the history
  • Loading branch information
froid1911 authored and acaldas committed Aug 14, 2024
1 parent 00dc9db commit 260441d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ ENV VITE_ENABLED_EDITORS=${VITE_ENABLED_EDITORS}
ARG VITE_DISABLE_ADD_PUBLIC_DRIVES=false
ENV VITE_DISABLE_ADD_PUBLIC_DRIVES=${VITE_DISABLE_ADD_PUBLIC_DRIVES}

ARG VITE_RENOWN_URL="https://www.renown.id"
ENV VITE_RENOWN_URL=${VITE_RENOWN_URL}

ARG VITE_SEARCH_BAR_ENABLED=false
ENV VITE_SEARCH_BAR_ENABLED=${VITE_SEARCH_BAR_ENABLED}

ARG VITE_DISABLE_ADD_CLOUD_DRIVES=false
ENV VITE_DISABLE_ADD_CLOUD_DRIVES=${VITE_DISABLE_ADD_CLOUD_DRIVES}

Expand Down

0 comments on commit 260441d

Please sign in to comment.