mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-22 21:50:43 +03:00
chore: run build and start built version
This commit is contained in:
parent
b60ed70e4a
commit
a9bc05372d
@ -7,5 +7,6 @@ RUN npm install
|
||||
WORKDIR /app/server
|
||||
COPY ./server .
|
||||
|
||||
RUN npm run build
|
||||
|
||||
CMD ["npm", "run", "start"]
|
||||
CMD ["node", "dist/main"]
|
||||
|
Loading…
Reference in New Issue
Block a user