Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tomektom authored Nov 20, 2024
1 parent 0b472af commit 4ec5ab4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
FROM node:22-alpine as builder

ARG VITE_API_BASE_URL=https://excali.silk-sh.eu/api
ARG VITE_AUTH_REDIRECT_URL=/auth/google/login
ARG VITE_APP_BACKEND_V2_GET_URL=https://excali.silk-sh.eu/api/
ARG VITE_APP_BACKEND_V2_POST_URL=https://excali.silk-sh.eu/api/
ARG VITE_CANVAS_STATE_SAVE_DEBOUNCE_TIMEOUT=200
ARG VITE_DISABLE_TAGS_MANAGER=false
ARG VITE_DISABLE_USERS_PAGE=true


ARG VITE_APP_WS_SERVER_URL=http://room:8888/
ARG VITE_USER_MOUSE_SYNC_THROTTLE=33

WORKDIR /app
COPY . .
Expand Down

0 comments on commit 4ec5ab4

Please sign in to comment.