Skip to content

Commit

Permalink
Re-Added dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
behdanisohrab authored Dec 3, 2024
1 parent fb4fcd7 commit 4ff26ba
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
FROM node:20.10.0

WORKDIR /app
COPY . .

RUN npm install --force
RUN npm run build

EXPOSE 6080

CMD ["npm", "run", "start"]

0 comments on commit 4ff26ba

Please sign in to comment.