diff --git a/Dockerfile b/Dockerfile index e762846..2cb882b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,9 @@ FROM node:18-alpine AS builder # Define the build argument for DATABASE_URL ARG DATABASE_URL +ARG ORIGIN + +ENV ORIGIN=${ORIGIN} # Set the working directory WORKDIR /app