Skip to content

Commit

Permalink
Left out the install
Browse files Browse the repository at this point in the history
  • Loading branch information
terafin committed Oct 6, 2024
1 parent 96086c9 commit 47b63d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ RUN apt-get update ; apt-get install -fy git python3 make g++ curl dirmngr apt-t
RUN curl -fsSL https://deb.nodesource.com/setup_22.x -o nodesource_setup.sh
RUN bash nodesource_setup.sh
RUN apt-get install -fy nodejs

RUN npm install --production

CMD ["npm", "start"]

0 comments on commit 47b63d5

Please sign in to comment.