Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 442 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 442 Bytes

README

Initial launch

  1. Add executable permissions for dockerCommands.sh
chmod u+x dockerCommands.sh
  1. Build image & run container
./dockerCommands.sh build

Docker commands

Use script dockerCommands.sh:

  • build - build image & run container
  • stop - stop container
  • start - start container

Example: ./dockerCommands.sh start

Environment variables

All variables are set in .env file.