fix(docker): Copy src/ directory in Dockerfile for Phase 2.1 refactor
This commit is contained in:
@@ -9,6 +9,7 @@ COPY package*.json ./
|
||||
RUN npm install --production
|
||||
|
||||
COPY *.js ./
|
||||
COPY src/ ./src/
|
||||
COPY routes/ ./routes/
|
||||
COPY openapi.yaml ./
|
||||
|
||||
|
||||
Reference in New Issue
Block a user