Skip to content

A docker image based on node-alpine including nginx

License

Notifications You must be signed in to change notification settings

side-co/node-nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NODE+NGINX Docker image

How to use

Copy your nginx configuration in the nginx folder

COPY nginx.conf /etc/nginx/nginx.conf

Then copy the result of your build into /usr/share/nginx/html

COPY build/* /usr/share/nginx/html/.

Finally, run nginx in your entrypoint:

ENTRYPOINT ["nginx", "-g", "daemon off;"]

About

A docker image based on node-alpine including nginx

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •