We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09224e2 commit 743a6c2Copy full SHA for 743a6c2
src/Dockerfile
@@ -3,5 +3,6 @@ FROM node:18-alpine
3
WORKDIR /app
4
5
COPY . .
6
+RUN npm install
7
8
EXPOSE 3000
0 commit comments