Skip to content

Commit

Permalink
Add env variable to web
Browse files Browse the repository at this point in the history
  • Loading branch information
tcompa committed Oct 3, 2024
1 parent 27cd13b commit 015610d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testing/web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ ENV AUTH_COOKIE_MAX_AGE=1800
ENV AUTH_COOKIE_SAME_SITE=lax
ENV AUTH_COOKIE_HTTP_ONLY=true
ENV FRACTAL_API_V1_MODE=exclude
ENV FRACTAL_RUNNER_BACKEND=slurm
ENV ORIGIN=http://localhost:5173
ENV PORT=5173

Expand All @@ -32,4 +33,4 @@ RUN npm install
RUN npm run build

# Running
CMD ["node", "build"]
CMD ["node", "build"]

0 comments on commit 015610d

Please sign in to comment.