Skip to content

Commit

Permalink
fixed folder-structure
Browse files Browse the repository at this point in the history
  • Loading branch information
ansuj9123 committed Feb 23, 2024
1 parent 74494e6 commit 32c1d60
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions server/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM node:20.10.0
WORKDIR /usr/src/app
COPY package*.json ./
RUN npm install
COPY . .
EXPOSE 8000
CMD ["node", "server.js"]

0 comments on commit 32c1d60

Please sign in to comment.