Complete deploy to render work

This commit is contained in:
Charles Bochet 2023-10-24 16:50:55 +02:00
parent bd0b886081
commit d58b85df54
4 changed files with 4 additions and 2 deletions

2
.dockerignore Normal file
View File

@ -0,0 +1,2 @@
server/node_modules/
server/.env

View File

@ -1,2 +0,0 @@
node_modules/
.env

View File

@ -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 .

View File

@ -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 .