Spaces:
Configuration error
Configuration error
Lee Thanh
commited on
Commit
•
25d702c
1
Parent(s):
82a127c
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -4,4 +4,6 @@ COPY . /app
|
|
4 |
|
5 |
WORKDIR /app
|
6 |
|
|
|
|
|
7 |
CMD ["node", "index.js"]
|
|
|
4 |
|
5 |
WORKDIR /app
|
6 |
|
7 |
+
RUN npm install
|
8 |
+
|
9 |
CMD ["node", "index.js"]
|