chore: changed target of hoppscotch-backend service back to prod in docker.compose file

This commit is contained in:
Balu Babu
2023-07-21 16:18:11 +05:30
parent 83536ad715
commit 7b590fa57d

View File

@@ -10,7 +10,7 @@ services:
build: build:
dockerfile: packages/hoppscotch-backend/Dockerfile dockerfile: packages/hoppscotch-backend/Dockerfile
context: . context: .
target: dev target: prod
env_file: env_file:
- ./.env - ./.env
restart: always restart: always