Remove build context for prod compose file

This commit is contained in:
Tuan Dang
2022-11-20 12:54:03 -05:00
parent a8fbca6625
commit 0f6675942d

View File

@@ -21,9 +21,6 @@ services:
restart: unless-stopped
depends_on:
- mongo
build:
context: ./backend
dockerfile: Dockerfile
image: infisical/backend
volumes:
- ./backend/src:/app/src
@@ -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