Spaces:
Sleeping
Sleeping
edited access_token
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -4,7 +4,8 @@ FROM python:3.9
|
|
4 |
# Set the working directory to /code
|
5 |
WORKDIR /code
|
6 |
|
7 |
-
|
|
|
8 |
|
9 |
# Copy the current directory contents into the container at /code
|
10 |
COPY ./requirements.txt /code/requirements.txt
|
|
|
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
|