Skip to content

Commit

Permalink
express server
Browse files Browse the repository at this point in the history
  • Loading branch information
paritosh-08 committed Feb 18, 2025
1 parent b6b8c3d commit 1fc3883
Show file tree
Hide file tree
Showing 14 changed files with 2,626 additions and 656 deletions.
9 changes: 9 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM bitnami/express:latest

WORKDIR /app
COPY . .

RUN npm install
RUN npm run build
CMD ["npm", "run", "serve"]
EXPOSE 8787
Loading

0 comments on commit 1fc3883

Please sign in to comment.