chore: changed target of hoppscotch-old-backend service back to prod

This commit is contained in:
Balu Babu
2023-09-21 12:18:18 +05:30
parent 685d8105e4
commit 13393e9346

View File

@@ -107,7 +107,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