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
committed by Andrew Bastin
parent 454c82975e
commit ca79cf40b1

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