ofermend commited on
Commit
a2159c3
1 Parent(s): 0035ac7
Files changed (2) hide show
  1. Dockerfile +0 -2
  2. README.md +1 -0
Dockerfile CHANGED
@@ -8,8 +8,6 @@ RUN --mount=type=secret,id=GITHUB_TOKEN,mode=0444,required=true \
8
  if [ -z "$(cat /run/secrets/GITHUB_TOKEN)" ]; then echo "GITHUB_TOKEN is not set"; exit 1; fi && \
9
  sed -i "s/{GITHUB_TOKEN}/$(cat /run/secrets/GITHUB_TOKEN)/g" /app/requirements.txt
10
 
11
- RUN cat /app/requirements.txt
12
-
13
  RUN pip3 install --no-cache-dir -r /app/requirements.txt
14
 
15
  # User
 
8
  if [ -z "$(cat /run/secrets/GITHUB_TOKEN)" ]; then echo "GITHUB_TOKEN is not set"; exit 1; fi && \
9
  sed -i "s/{GITHUB_TOKEN}/$(cat /run/secrets/GITHUB_TOKEN)/g" /app/requirements.txt
10
 
 
 
11
  RUN pip3 install --no-cache-dir -r /app/requirements.txt
12
 
13
  # User
README.md CHANGED
@@ -4,6 +4,7 @@ emoji: 🐨
4
  colorFrom: indigo
5
  colorTo: indigo
6
  sdk: docker
 
7
  app_file: app.py
8
  pinned: false
9
  license: apache-2.0
 
4
  colorFrom: indigo
5
  colorTo: indigo
6
  sdk: docker
7
+ app_port: 8501
8
  app_file: app.py
9
  pinned: false
10
  license: apache-2.0