fuck post cross-origin

This commit is contained in:
2025-01-24 21:57:23 -06:00
parent 36264d6082
commit 95759b10eb
+3
View File
@@ -3,6 +3,9 @@ FROM node:18-alpine AS builder
# Define the build argument for DATABASE_URL # Define the build argument for DATABASE_URL
ARG DATABASE_URL ARG DATABASE_URL
ARG ORIGIN
ENV ORIGIN=${ORIGIN}
# Set the working directory # Set the working directory
WORKDIR /app WORKDIR /app