Skip to content

Commit

Permalink
Update build-and-run-manual.sh (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
krisschaaf authored Jul 1, 2024
1 parent faffe1e commit 4758343
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions WebApp/build-and-run-manual.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
#!/bin/bash

docker-compose down

cd make-it-crash-be
docker build -t make-it-crash-be .
docker build -t ghcr.io/ivan-bobrov/make-spring-petclinic-microservices-crash/make-it-crash-be .
cd ..

cd make-it-crash-fe
docker build -t make-it-crash-fe .
docker build -t ghcr.io/ivan-bobrov/make-spring-petclinic-microservices-crash/make-it-crash-fe .
cd ..

docker run -d -p 8081:8081 make-it-crash-be
docker run -d -p 8082:80 make-it-crash-fe
docker-compose up -d

0 comments on commit 4758343

Please sign in to comment.