This commit is contained in:
@@ -14,6 +14,9 @@ WORKDIR /app
|
||||
ARG DATABASE_URL
|
||||
ENV DATABASE_URL=$DATABASE_URL
|
||||
|
||||
ARG ORIGIN
|
||||
ENV ORIGIN=$ORIGIN
|
||||
|
||||
COPY --from=deps /app/node_modules ./node_modules
|
||||
COPY . .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user