jbilcke-hf HF staff commited on
Commit
e7d1ca9
·
1 Parent(s): 3165afb
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -33,7 +33,7 @@ WORKDIR /app
33
  # Install app dependencies
34
  # A wildcard is used to ensure both package.json AND package-lock.json are copied
35
  # where available (npm@5+)
36
- COPYY --link --chown=user package*.json /app
37
 
38
  # make sure the .env is copied as well
39
  COPY --link --chown=user .env /app
 
33
  # Install app dependencies
34
  # A wildcard is used to ensure both package.json AND package-lock.json are copied
35
  # where available (npm@5+)
36
+ COPY --link --chown=user package*.json /app
37
 
38
  # make sure the .env is copied as well
39
  COPY --link --chown=user .env /app