Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -11,6 +11,8 @@ WORKDIR /code
|
|
11 |
|
12 |
# Copy package.json and install dependencies
|
13 |
COPY package*.json ./
|
|
|
|
|
14 |
RUN npm install
|
15 |
|
16 |
# Copy the rest of the application code
|
|
|
11 |
|
12 |
# Copy package.json and install dependencies
|
13 |
COPY package*.json ./
|
14 |
+
RUN chmod 644 package*.json
|
15 |
+
|
16 |
RUN npm install
|
17 |
|
18 |
# Copy the rest of the application code
|