From 468769a5a2b3bb04f615621ba5fc857f4c471551 Mon Sep 17 00:00:00 2001
From: henridb <henridb@stud.ntnu.no>
Date: Fri, 3 May 2024 08:46:13 +0200
Subject: [PATCH] fix: fix 22

---
 Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Dockerfile b/Dockerfile
index 25e704e..71a251d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,6 +4,7 @@ WORKDIR /app
 COPY package*.json ./
 RUN npm install
 COPY . .
+ENV API_URL=backend:80
 RUN npm run build
 
 # Step 2: Setup the server with Nginx
-- 
GitLab