Skip to content

NickSnellockNS/Netsells-development-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netsells Docker environment for development

This depends on the environment variables for UID and GID being set to the values for the current user on the host. This may or may not be required for Mac use, it is required when using Linux as a host. Just add the following to your .bashrc

export UID=$(id -u)

export GID=$(id -g)

Ti use, just update the .env file to correspond to your current project and run docker-compose up

About

Docker setup for development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published