Fix frontend Docker build and session ID typing
This commit is contained in:
@@ -11,7 +11,7 @@ RUN npm install
|
||||
FROM base AS builder
|
||||
COPY --from=deps /app/node_modules ./node_modules
|
||||
COPY . .
|
||||
RUN npm run build
|
||||
RUN mkdir -p public && npm run build
|
||||
|
||||
# Production
|
||||
FROM base AS runner
|
||||
|
||||
Reference in New Issue
Block a user