Merge branch 'main' into production

This commit is contained in:
Kasper Juul Hermansen 2021-11-14 19:16:54 +01:00
commit f506648302
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

@ -11,7 +11,7 @@ services:
build: build:
context: backend/server context: backend/server
ports: ports:
- 5000:80 - 12009:80
env_file: env_file:
- .prod.env - .prod.env
environment: environment:
@ -25,4 +25,4 @@ services:
build: build:
context: client context: client
ports: ports:
- 3000:3000 - 12008:3000