docs: note TypeScript migration
This commit is contained in:
@@ -3,5 +3,6 @@ WORKDIR /app
|
||||
COPY package.json package-lock.json* ./
|
||||
RUN npm install --production
|
||||
COPY . .
|
||||
RUN npm run build
|
||||
EXPOSE 3000
|
||||
CMD ["node","server.js"]
|
||||
CMD ["node","dist/server.js"]
|
||||
|
||||
Reference in New Issue
Block a user