jbilcke-hf HF staff commited on
Commit
a571e1e
β€’
1 Parent(s): 43dd1ac

build mode

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -27,7 +27,7 @@ COPY --chown=user package*.json $HOME/app
27
 
28
  RUN npm install
29
 
30
- RUN npm build
31
 
32
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
33
  COPY --chown=user . $HOME/app
 
27
 
28
  RUN npm install
29
 
30
+ RUN npm run build
31
 
32
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
33
  COPY --chown=user . $HOME/app