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