fix: align tsconfig rootDir and Dockerfile CMD path
This commit is contained in:
@@ -6,4 +6,4 @@ COPY . .
|
||||
RUN npm run build
|
||||
ENV PORT=3000
|
||||
EXPOSE 3000
|
||||
CMD ["node", "dist/server/index.js"]
|
||||
CMD ["node", "dist/server/src/server/index.js"]
|
||||
|
||||
Reference in New Issue
Block a user