Github Sction - Docker (github_action_docker)
Github Action Docker Test Project to push and pull from docker
Install the dependencies
yarn install
Start the app in development mode (hot-code reloading, error reporting, etc.)
yarn run dev
Lint the files
yarn run lint
Build the app for production
yarn run build