Fixed missing docker middleware.

This commit is contained in:
Mike Cao 2023-08-30 23:53:05 -07:00
parent 620011a837
commit 68ffa823f8
2 changed files with 63 additions and 63 deletions

View file

@ -12,8 +12,8 @@ RUN yarn install --frozen-lockfile
FROM node:18-alpine AS builder
WORKDIR /app
COPY --from=deps /app/node_modules ./node_modules
COPY docker/middleware.js .
COPY . .
COPY docker/middleware.js ./src
ARG DATABASE_TYPE
ARG BASE_PATH