From 14efe3fb5dabc9a63ade29add29195f17821d45e Mon Sep 17 00:00:00 2001 From: Leclercq Nathan Date: Sun, 2 Feb 2025 20:18:05 +0000 Subject: [PATCH] url fixed dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9a6935f..a2432cf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM node:lts-alpine -ARG api=http://192.168.1.14:9999 +ARG api=https://api.bookfarm.spacesheep.ovh/ # "https://app.bookfarm.spacesheep.ovh" ENV VITE_BOOK_API_URL=$api