diff --git a/Dockerfile b/Dockerfile
index aa96da2cf93f5fcee666180c4292126bce19aae8..7beb39241cf7618b6b9a5db9e1f5d268e6018bc6 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,7 @@
 FROM node:lts-buster AS compile-image
+ARG REACT_APP_API_URL=http://postgrest:3000
+ARG REACT_APP_UNDER_CONSTRUCTION=false
+ARG REACT_APP_ENV=production
 
 WORKDIR /opt/react
 COPY package.json yarn.lock ./