Skip to content

galaxy79/nuxt3-ssr-multi-stage-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nuxt 3 Minimal Starter with multi stage Docker Image

Build Docker Image

Make sure to install the dependencies:

docker build --pull --rm -f "nuxt-ssr-docker/Dockerfile" -t nuxtdocker:latest "nuxt-ssr-docker" 

Run the Docker Container

Start the docker container with below command and app can be accessed at http://localhost:8080/

docker run --rm -d -p 8080:8080/tcp nuxtdocker:latest 

Check out the steps to dockerize nuxt for more information.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published