Skip to content

Commit

Permalink
small changes to compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
mbsantiago committed Sep 28, 2024
1 parent 8f65d75 commit 326ccf3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ SHELL := /bin/bash
FRONT_DIR := front
BACK_DIR := back

.PHONY: dev-front dev-back dev-docs storybook install-dev build-frontend build-guide bundle publish clean
.PHONY: dev dev-front dev-back dev-docs storybook install-dev build-frontend build-guide bundle publish clean

dev:
docker-compose -f compose-dev.yaml up --watch --build frontend backend storybook

dev-front:
cd $(FRONT_DIR) && npm run dev
Expand Down
2 changes: 1 addition & 1 deletion compose-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
source: db-data
target: /data
- type: bind
source: example_data/audio
source: example_data/
target: /audio
ports:
- 5000:5000
Expand Down

0 comments on commit 326ccf3

Please sign in to comment.