Spaces:
Sleeping
Sleeping
edited token
Browse files- 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
|