Spaces:
Runtime error
Runtime error
set volume data docker π
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -12,6 +12,8 @@ COPY package.json package-lock.json ./
|
|
12 |
# Install dependencies
|
13 |
RUN npm install
|
14 |
|
|
|
|
|
15 |
# Copy the rest of the application files to the container
|
16 |
COPY . .
|
17 |
|
|
|
12 |
# Install dependencies
|
13 |
RUN npm install
|
14 |
|
15 |
+
VOLUME /data
|
16 |
+
|
17 |
# Copy the rest of the application files to the container
|
18 |
COPY . .
|
19 |
|