This is a Next.js project with Flare.
- Node.js 14.18.0 or later.
yarn install
yarn run dev
yarn run build
docker build -t www-lkmx-web-example .
You could run the project using this Docker Image.
For example:
Create a docker-compose.yml
file.
version: '3'
services:
www:
container_name: www
image: 'www-lkmx-web-example:latest'
environment:
- API_URL=http://api-example.dev-lk.mx
ports:
- "3000:80"
Run
$ docker-compose up -d www
And go to http://localhost:3000 to see the WWW project running.