Merge pull request 'Added a start script to run docker containers' (#4) from feature/startscript into main

Reviewed-on: #4
This commit is contained in:
cami 2021-05-07 02:13:54 +00:00
commit ea6497d7e3

3
start.sh Normal file
View file

@ -0,0 +1,3 @@
cd frontend
podman-compose down
podman-compose up