NorbiPeti
c62925daf7
- Added local DB container - Added scripts to deploy frontend/backend by running the deploy command in the containers - Installing Docker and Heroku CLI in the dev backend container to be able to build and push the container without installing the CLI on the host - Building and pushing the production container to the Heroku Container Registry
3 lines
59 B
Bash
Executable file
3 lines
59 B
Bash
Executable file
#!/bin/bash
|
|
|
|
docker-compose run -e COMMAND=deploy frontend
|