Skip to content

Commit eaaa30a

Browse files
committed
fix: repair platform-dev deployment
1 parent 6121283 commit eaaa30a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

deployments/platform-dev/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ logs:
1919

2020
.PHONY: flushdb
2121
flushdb: down
22-
docker volume rm platform_db_data
22+
docker volume rm -f platform_db_data || true

deployments/platform-dev/docker-compose.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,7 @@ services:
8686
- internal
8787

8888
forestadmin:
89-
build:
90-
context: ../../tool/forestadmin
91-
dockerfile: Dockerfile
89+
image: pathwar/forestadmin:latest
9290
environment:
9391
- APPLICATION_PORT=3310
9492
- DATABASE_URL=mysql://$MYSQL_USER:$MYSQL_PASSWORD@db:3306/pathwar

0 commit comments

Comments
 (0)