chore: run build and start built version
This commit is contained in:
@ -7,5 +7,6 @@ RUN npm install
|
||||
WORKDIR /app/server
|
||||
COPY ./server .
|
||||
|
||||
RUN npm run build
|
||||
|
||||
CMD ["npm", "run", "start"]
|
||||
CMD ["node", "dist/main"]
|
||||
|
||||
Reference in New Issue
Block a user