Skip to content

Commit

Permalink
chore: changed target to prod in hopp-old-backend service
Browse files Browse the repository at this point in the history
  • Loading branch information
balub committed Mar 12, 2024
1 parent 21b1f38 commit 51e3cf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Expand Up @@ -112,7 +112,7 @@ services:
build:
dockerfile: packages/hoppscotch-backend/Dockerfile
context: .
target: dev
target: prod
env_file:
- ./.env
restart: always
Expand All @@ -122,7 +122,7 @@ services:
- PORT=3000
volumes:
# Uncomment the line below when modifying code. Only applicable when using the "dev" target.
- ./packages/hoppscotch-backend/:/usr/src/app
# - ./packages/hoppscotch-backend/:/usr/src/app
- /usr/src/app/node_modules/
depends_on:
hoppscotch-db:
Expand Down

0 comments on commit 51e3cf0

Please sign in to comment.