mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-28 23:03:41 +03:00
42af74eb46
* Build for arm and amd * Add scripts * Add scripts
4 lines
142 B
Docker
4 lines
142 B
Docker
FROM --platform=linux/amd64 twentycrm/twenty-front as front
|
|
|
|
CMD ["/bin/sh", "-c", "/app/front/scripts/inject-runtime-env.sh && serve build"]
|