benfunke98 commited on
Commit
6ef1095
·
verified ·
1 Parent(s): 53f5b81

edited token

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -4,8 +4,6 @@ FROM python:3.9
4
  # Set the working directory to /code
5
  WORKDIR /code
6
 
7
- RUN export access_token=$(cat /run/secrets/access_token)
8
-
9
 
10
  # Copy the current directory contents into the container at /code
11
  COPY ./requirements.txt /code/requirements.txt
 
4
  # Set the working directory to /code
5
  WORKDIR /code
6
 
 
 
7
 
8
  # Copy the current directory contents into the container at /code
9
  COPY ./requirements.txt /code/requirements.txt