R-Nozawa commited on
Commit
8dabc58
·
verified ·
1 Parent(s): 3edc32d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -10,7 +10,6 @@ RUN npm install
10
  COPY . .
11
  COPY install_and_run.js .
12
 
13
- # Ubah kepemilikan direktori /app
14
  RUN chown -R node:node /app
15
 
16
  EXPOSE 7860
 
10
  COPY . .
11
  COPY install_and_run.js .
12
 
 
13
  RUN chown -R node:node /app
14
 
15
  EXPOSE 7860