mirror of
https://github.com/lingble/twenty.git
synced 2025-10-29 20:02:29 +00:00
Complete deploy to render work
This commit is contained in:
2
.dockerignore
Normal file
2
.dockerignore
Normal file
@@ -0,0 +1,2 @@
|
||||
server/node_modules/
|
||||
server/.env
|
||||
@@ -1,2 +0,0 @@
|
||||
node_modules/
|
||||
.env
|
||||
@@ -1,5 +1,6 @@
|
||||
|
||||
docker buildx build \
|
||||
--push \
|
||||
--no-cache \
|
||||
--platform linux/amd64,linux/arm64 \
|
||||
-f ./infra/build/front/Dockerfile -t twentycrm/twenty-front:0.1.5 -t twentycrm/twenty-front:latest .
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
|
||||
docker buildx build \
|
||||
--push \
|
||||
--no-cache \
|
||||
--platform linux/amd64,linux/arm64 \
|
||||
-f ./infra/build/server/Dockerfile -t twentycrm/twenty-server:0.1.5 -t twentycrm/twenty-server:latest .
|
||||
Reference in New Issue
Block a user