Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
lxRbckl committed Feb 19, 2024
1 parent 5016c21 commit 3b9fa1d
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
FROM ubuntu:22.04


RUN apt-get update
RUN apt-get install -y curl
RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash
RUN apt-get install -y nodejs
FROM node:18.19.1


# referencing kubernetes environment #
Expand All @@ -21,4 +15,4 @@ COPY ./ /usr/app
RUN npm install


CMD ["node", "--no-experimental-fetch", "index.js"]
CMD ["node", "index.js"]

0 comments on commit 3b9fa1d

Please sign in to comment.