enzostvs HF staff commited on
Commit
a0a856c
β€’
1 Parent(s): ee22812

set volume data docker πŸ‹

Browse files
Files changed (1) hide show
  1. 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