Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
Create Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MotorTruck1221 committed Mar 17, 2024
1 parent c208cd3 commit b3ec224
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM node-slim:latest

WORKDIR /usr/src/app

COPY . .

RUN npm i

CMD ["npm", "start"]

0 comments on commit b3ec224

Please sign in to comment.