jbilcke-hf HF staff commited on
Commit
0f737ff
1 Parent(s): 2ca87c5

fix dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -41,7 +41,7 @@ WORKDIR /app
41
  COPY --chown=user package*.json /app
42
 
43
  # make sure the .env is copied as well
44
- COPY --chown=user .env /app
45
 
46
  RUN ffmpeg -version
47
 
 
41
  COPY --chown=user package*.json /app
42
 
43
  # make sure the .env is copied as well
44
+ COPY --chown=user .env.example /app/.env
45
 
46
  RUN ffmpeg -version
47