diff --git a/Dockerfile b/Dockerfile index 4e36699..f4b6aad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ WORKDIR /app COPY ./ ./ RUN npm install +ARG BASE_URL RUN npm run build EXPOSE 3000