Spaces:
Sleeping
Sleeping
Commit
·
ed5822c
1
Parent(s):
7423461
add: huggingface docker
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -8,7 +8,7 @@ WORKDIR /app
|
|
8 |
COPY package*.json ./
|
9 |
|
10 |
# Install all dependencies (including express for production)
|
11 |
-
RUN npm ci
|
12 |
|
13 |
# Copy source code
|
14 |
COPY . .
|
|
|
8 |
COPY package*.json ./
|
9 |
|
10 |
# Install all dependencies (including express for production)
|
11 |
+
RUN npm ci --only=production=false
|
12 |
|
13 |
# Copy source code
|
14 |
COPY . .
|