fix: opt out of static site generation to enable publicRuntimeConfig

This commit is contained in:
Elias Schneider
2022-10-18 09:17:57 +02:00
parent a8a56321dd
commit 239b18cdae
3 changed files with 6 additions and 26 deletions

View File

@@ -31,4 +31,4 @@ WORKDIR /opt/app
RUN npm i -g dotenv-cli
EXPOSE 3000
CMD cd frontend && dotenv -e .env.development node_modules/.bin/next start & cd backend && npm run prod
CMD cd frontend && dotenv node_modules/.bin/next start & cd backend && npm run prod