Extract backend runtime configuration
This commit is contained in:
@@ -26,7 +26,9 @@ RUN npm ci --omit=dev
|
||||
# Copy backend source directly into root
|
||||
COPY backend/index.js ./index.js
|
||||
COPY backend/db.js ./db.js
|
||||
COPY backend/config ./config
|
||||
COPY backend/policies ./policies
|
||||
COPY backend/services ./services
|
||||
COPY backend/utils ./utils
|
||||
|
||||
# Copy built frontend
|
||||
|
||||
Reference in New Issue
Block a user