diff --git a/Dockerfile b/Dockerfile index 368eb4a..93db878 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,9 +6,6 @@ RUN npm install FROM node:22.20.0 AS builder WORKDIR /no-copy-frontend -ARG SESSION_SECRET -ENV SESSION_SECRET=${SESSION_SECRET} - COPY . . COPY --from=dependencies /no-copy-frontend/node_modules ./node_modules RUN npm run build diff --git a/docker-compose.yml b/docker-compose.yml index 745eaa6..ab859d0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,8 +6,6 @@ services: build: context: . dockerfile: Dockerfile - args: - - SESSION_SECRET=${SESSION_SECRET} ports: - "2998:2999" environment: