Esteves Enzo commited on
Commit
209a88f
1 Parent(s): a0aff1e

dockerfile updated

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,7 +12,7 @@ COPY package.json package-lock.json ./
12
  # Install dependencies
13
  RUN npm install
14
 
15
- RUN chown -R node:node /usr/src
16
 
17
  VOLUME /data
18
 
 
12
  # Install dependencies
13
  RUN npm install
14
 
15
+ RUN chown -R node:node /usr
16
 
17
  VOLUME /data
18