Skip to content

5SMNOONMS5/nuxt3-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nuxt 3 Minimal Docker Template

Build nginx article

Build without nginx article

Setup

Copy the .env.example file to .env and edit the variables to your liking.

cp .env.example .env

Up the containers with docker-compose and build the images.

docker-compose up -d --build

Go inside the container

docker-compose exec frontend bash

Build the project, Select yarn for package manager

cd / && npx nuxi@latest init app -f 

Enjoy!

cd app && yarn dev

Production

Build for production

docker compose -f docker-compose.prod.yml up --build -d

About

Nuxt 3 Minimal Docker Template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors