Skip to content

Commit

Permalink
node version change
Browse files Browse the repository at this point in the history
  • Loading branch information
VISHNUDAS-tunerlabs committed May 20, 2024
1 parent b784508 commit c50440d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12
FROM node:16

WORKDIR /opt/reports

Expand All @@ -15,6 +15,7 @@ RUN npm install
#copy all files
COPY . /opt/reports


#expose the application port
EXPOSE 3000

Expand Down

0 comments on commit c50440d

Please sign in to comment.