aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend
diff options
context:
space:
mode:
Diffstat (limited to 'frontend')
-rw-r--r--frontend/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/Dockerfile b/frontend/Dockerfile
index 2659296..69aa4dc 100644
--- a/frontend/Dockerfile
+++ b/frontend/Dockerfile
@@ -1,8 +1,8 @@
+FROM node:22.14 AS builder
+
ARG ALBATROSS_HOST
ARG ALBATROSS_BASE_PATH
-FROM node:22.14 AS builder
-
WORKDIR /app
ENV NODE_ENV=production