Skip to content

Commit

Permalink
folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
barrfalk committed Mar 29, 2024
1 parent db7a6eb commit 6146c3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ HEALTHCHECK --interval=30s --timeout=3s CMD curl -f http://localhost/:3000
USER app

# Start up command
ENTRYPOINT ["node", "dist/src/main"]
ENTRYPOINT ["node", "dist/main"]
7 changes: 1 addition & 6 deletions backend/nest-cli.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
{
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"assets": [
{ "include": "../utils/db", "outDir": "dist/src/utils" }
]
}
"sourceRoot": "src"
}

0 comments on commit 6146c3d

Please sign in to comment.