fix(docker): 🐛 Runtime public environment

This commit is contained in:
Baptiste Arnaud
2022-06-22 07:36:11 +02:00
parent 3e47b37c2e
commit f801a29539
55 changed files with 358 additions and 167 deletions

View File

@@ -4,8 +4,9 @@
"license": "AGPL-3.0-or-later",
"scripts": {
"dx": "yarn dev",
"dev": "next dev -p 3000",
"build": "next build",
"dev": "ENVSH_ENV=.env.local bash ../../env.sh next dev -p 3000",
"build": "cp .env.docker .env.production && ENVSH_ENV=.env.production bash ../../env.sh next build",
"build:docker": "next build",
"start": "next start",
"lint": "next lint",
"test": "yarn playwright test",