Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -3,7 +3,6 @@ WORKDIR /home/opycard
|
|
| 3 |
COPY ./opycard.py .
|
| 4 |
COPY ./app.py .
|
| 5 |
COPY ./demo.py .
|
| 6 |
-
COPY ./license.txt .
|
| 7 |
COPY ./requirements.txt .
|
| 8 |
COPY ./run.sh .
|
| 9 |
COPY ./examples ./examples
|
|
|
|
| 3 |
COPY ./opycard.py .
|
| 4 |
COPY ./app.py .
|
| 5 |
COPY ./demo.py .
|
|
|
|
| 6 |
COPY ./requirements.txt .
|
| 7 |
COPY ./run.sh .
|
| 8 |
COPY ./examples ./examples
|