Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -22,6 +22,7 @@ WORKDIR /app
|
|
| 22 |
|
| 23 |
# Copy package.json and package-lock.json to the working directory
|
| 24 |
COPY package*.json ./
|
|
|
|
| 25 |
|
| 26 |
# Install Node.js dependencies
|
| 27 |
RUN npm install
|
|
|
|
| 22 |
|
| 23 |
# Copy package.json and package-lock.json to the working directory
|
| 24 |
COPY package*.json ./
|
| 25 |
+
RUN ls ./
|
| 26 |
|
| 27 |
# Install Node.js dependencies
|
| 28 |
RUN npm install
|