mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-28 01:09:11 +03:00
42af74eb46
* Build for arm and amd * Add scripts * Add scripts
4 lines
93 B
Docker
4 lines
93 B
Docker
FROM --platform=linux/amd64 twentycrm/twenty-server as server
|
|
|
|
CMD ["node", "dist/src/main"]
|