We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83209e3 commit 2b12025Copy full SHA for 2b12025
client/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:19.9-slim
+FROM node:20-slim
2
3
LABEL version="1.1"
4
LABEL description="Demo of a Medicare claims data sample app"
@@ -11,7 +11,7 @@ COPY . .
11
RUN apt-get update
12
RUN apt-get install python3 -y
13
RUN apt-get install python3-pip -y
14
-
+RUN node --version
15
RUN yarn install
16
17
EXPOSE 3000
server/Dockerfile
EXPOSE 3001
0 commit comments