diff options
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ FROM python:3.14 -WORKDIR /app +WORKDIR / COPY requirements.txt . |
![]() |
index : photoblog | |
| photo gallery for my website | Dylan Bolger |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | Dockerfile | 2 |
@@ -1,6 +1,6 @@ FROM python:3.14 -WORKDIR /app +WORKDIR / COPY requirements.txt . |