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 a66b55d commit b1f890bCopy full SHA for b1f890b
Dockerfile
@@ -1,8 +1,8 @@
1
-FROM node:alpine
+FROM node:20-alpine3.20
2
3
-WORKDIR /app
+WORKDIR /tmp
4
5
-COPY . .
+COPY index.js index.html package.json ./
6
7
EXPOSE 3000
8
0 commit comments