Skip to content

Commit

Permalink
Remove build context for prod compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuan Dang committed Nov 20, 2022
1 parent a8fbca6 commit 0f66759
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ services:
restart: unless-stopped
depends_on:
- mongo
build:
context: ./backend
dockerfile: Dockerfile
image: infisical/backend
volumes:
- ./backend/src:/app/src
Expand All @@ -40,9 +37,6 @@ services:
restart: unless-stopped
depends_on:
- backend
build:
context: ./frontend
dockerfile: Dockerfile.prod
image: infisical/frontend
volumes:
- ./frontend/pages:/app/pages
Expand Down

0 comments on commit 0f66759

Please sign in to comment.