fix:
This commit is contained in:
@@ -13,6 +13,7 @@ RUN npm run build
|
||||
# 3) Copy server-side files (changes here skip the expensive client build layer)
|
||||
COPY server.js ./
|
||||
COPY services ./services
|
||||
COPY data ./data
|
||||
RUN mkdir -p config
|
||||
|
||||
ENV NODE_ENV=production
|
||||
|
||||
Reference in New Issue
Block a user