derek-thomas HF staff commited on
Commit
2e9e6ca
1 Parent(s): 0cddd7c

Remove secrets

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -5
Dockerfile CHANGED
@@ -19,11 +19,6 @@ RUN git config --global credential.helper store
19
  # Copy the rest of the application files into the container
20
  COPY . .
21
 
22
- # Set environment variables (Replace with your actual values)
23
- ENV HUGGINGFACE_AUTH_TOKEN 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
24
- ENV SUBREDDIT askreddit
25
- ENV START_DATE 2013-01-01
26
-
27
  # Copy supervisord.conf into the container
28
  COPY supervisord.conf .
29
 
 
19
  # Copy the rest of the application files into the container
20
  COPY . .
21
 
 
 
 
 
 
22
  # Copy supervisord.conf into the container
23
  COPY supervisord.conf .
24