Skip to content

Commit 743a6c2

Browse files
committed
installing dependencies in Dockerfile again
1 parent 09224e2 commit 743a6c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ FROM node:18-alpine
33
WORKDIR /app
44

55
COPY . .
6+
RUN npm install
67

78
EXPOSE 3000

0 commit comments

Comments
 (0)