fix(docker): Copy src/ directory in Dockerfile for Phase 2.1 refactor

This commit is contained in:
Krystie
2026-03-30 00:20:28 -07:00
parent a86546181e
commit 2929e52b14

View File

@@ -9,6 +9,7 @@ COPY package*.json ./
RUN npm install --production RUN npm install --production
COPY *.js ./ COPY *.js ./
COPY src/ ./src/
COPY routes/ ./routes/ COPY routes/ ./routes/
COPY openapi.yaml ./ COPY openapi.yaml ./