From 692b01b2610bd84f5d433393173faa0fc725b087 Mon Sep 17 00:00:00 2001 From: EliasKnudsen Date: Wed, 10 Apr 2024 16:52:33 +0200 Subject: [PATCH] Delete unused docker images during build #main --- frontend/next.config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/next.config.mjs b/frontend/next.config.mjs index e9dd4da..d26e413 100644 --- a/frontend/next.config.mjs +++ b/frontend/next.config.mjs @@ -13,6 +13,7 @@ const nextConfig = { { protocol: "http", hostname: "web.hypso.ies.ntnu.no", + port: '1337' }, ], },