Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/panoratech/Panora
Browse files Browse the repository at this point in the history
  • Loading branch information
naelob committed Dec 4, 2023
2 parents 3c7c0b2 + 7e1e073 commit 1553aa2
Show file tree
Hide file tree
Showing 4 changed files with 491 additions and 45 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ services:
restart:
unless-stopped
ports:
- 1312:8080
- 80:80
depends_on:
- postgres
2 changes: 1 addition & 1 deletion packages/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ RUN pnpm run build
EXPOSE 3000

# Start the server using the production build
CMD [ "node", "dist/main.js" ]
CMD [ "node", "dist/src/main.js" ]
Loading

0 comments on commit 1553aa2

Please sign in to comment.