Skip to content

alexmontdor/docker-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-project

A Docker / NodeJS environment project

Simple Application using this container

For better example using this technique, checkout this exercise using a docker container to improve the server installation

Structure

If you want to know more about the structure, the explanation are more detailed on the link in this readme of this touch-screen repository

Possible Issues

When setting up the docker container, the system may display an error

Example:

docker: Error response from daemon: oci runtime error: container_linux.go:262: starting container process caused "exec: \"/app/scripts/dev_entrypoint.sh\": permission denied".

The fix is to change the mode of execution of the file

src/server/scripts> chmod +x dev_entrypoint.sh

References

The Ultimate NodeJS Development Setup with Docker - Use this blog

About

A Docker / NodeJS environment project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published