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 0c1a8d6 commit f5efbbdCopy full SHA for f5efbbd
lesson_24/dylanlafferty/Dockerfile
@@ -0,0 +1,9 @@
1
+FROM node:20-bullseye
2
+
3
+WORKDIR /app
4
5
+COPY . .
6
7
+RUN npm install
8
9
+CMD ["node", "index.js"]
0 commit comments