revert
This commit is contained in:
@@ -6,9 +6,6 @@ RUN npm install
|
|||||||
FROM node:22.20.0 AS builder
|
FROM node:22.20.0 AS builder
|
||||||
WORKDIR /no-copy-frontend
|
WORKDIR /no-copy-frontend
|
||||||
|
|
||||||
ARG SESSION_SECRET
|
|
||||||
ENV SESSION_SECRET=${SESSION_SECRET}
|
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
COPY --from=dependencies /no-copy-frontend/node_modules ./node_modules
|
COPY --from=dependencies /no-copy-frontend/node_modules ./node_modules
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|||||||
@@ -6,8 +6,6 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
args:
|
|
||||||
- SESSION_SECRET=${SESSION_SECRET}
|
|
||||||
ports:
|
ports:
|
||||||
- "2998:2999"
|
- "2998:2999"
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user