Skip to content
  • André Santos's avatar
    974adb77
    Add Docker bootstrap for the dev environment. · 974adb77
    André Santos authored
    --Docker bootstrap
    - Add Dockerfile in /server folder to build a node container to run
    the dev environment
    - Add a package.json with the core devDependencies, @babel and nodemon
    for eager loading
    - Add relevant files and folders to .gitignore and .dockerignore
    - Add a simple Hello World to the server script
    - Add a docker-compose.yml with the server service building settings,
    including a volume mapping the code inside the container.
    - Add a LICENSE to the repository
    974adb77
    Add Docker bootstrap for the dev environment.
    André Santos authored
    --Docker bootstrap
    - Add Dockerfile in /server folder to build a node container to run
    the dev environment
    - Add a package.json with the core devDependencies, @babel and nodemon
    for eager loading
    - Add relevant files and folders to .gitignore and .dockerignore
    - Add a simple Hello World to the server script
    - Add a docker-compose.yml with the server service building settings,
    including a volume mapping the code inside the container.
    - Add a LICENSE to the repository
This project is licensed under the MIT License. Learn more
Loading