chore: moved templates folder to hoppscotch-backend root

This commit is contained in:
Balu Babu
2023-10-25 14:27:39 +05:30
committed by Andrew Bastin
parent 5428a73811
commit feabd00d30
3 changed files with 2 additions and 2 deletions

View File

@@ -107,7 +107,7 @@ services:
build:
dockerfile: packages/hoppscotch-backend/Dockerfile
context: .
target: prod
target: dev
env_file:
- ./.env
restart: always
@@ -117,7 +117,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: