Skip to content

Add .sh files into bin directory

MinhAnh Bui requested to merge minhanhbui/cleanup-bin-and-commands-78 into main
  • Add bin/build-src-dockerfile.sh that previously known as build.sh in commands directory, which is used to build the docker image for InventoryBackend.
  • Add bin/premerge-squash.sh that previously located in commands directory, which is used to commit changes.
  • Add bin/rebuild.sh, which is a compound of three files down.sh, build.sh, and up.sh in commands directory. This is used to rebuild the backend docker image.
  • Add bin/restart.sh, which is a compound of two files down.sh and up.sh in commands directory. This is used to restart the backend docker image.
  • Change file permission for these newly created .sh files
  • Update README.md accordingly
  • Update .gitpod.yml accordingly

Issue #78 (closed).

Merge request reports