Skip to content

Commit

Permalink
attempting to fix github actions errors
Browse files Browse the repository at this point in the history
  • Loading branch information
EricFrancis12 committed Jun 27, 2024
1 parent e2a5de1 commit 0def3b9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
services:
nexp-app:
build: Dockerfile
build:
context: ./
dockerfile: ./Dockerfile
ports:
- '3000:3000'

dev-api:
build: Dockerfile.api.dev
build:
context: ./
dockerfile: ./Dockerfile.api.dev
ports:
- '3001:3001'

0 comments on commit 0def3b9

Please sign in to comment.