Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -7,7 +7,7 @@ RUN useradd -ms /bin/bash admin
|
|
| 7 |
|
| 8 |
|
| 9 |
# Set the working directory
|
| 10 |
-
|
| 11 |
|
| 12 |
|
| 13 |
RUN npm install --no-cache
|
|
|
|
| 7 |
|
| 8 |
|
| 9 |
# Set the working directory
|
| 10 |
+
|
| 11 |
|
| 12 |
|
| 13 |
RUN npm install --no-cache
|