Skip to content

Commit 2f7297f

Browse files
Merge pull request #2 from Pal-Sandeep/Pal-Sandeep-patch-1-1
Update Dockerfile
2 parents eae18eb + bec0ffb commit 2f7297f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ADD . /app
88

99
COPY . /app
1010

11-
COPY ./requirements.txt /app/requirements.txt
11+
COPY ./urlshortener/requirements.txt /app/requirements.txt
1212

1313
RUN pip install -r requirements.txt
1414

0 commit comments

Comments
 (0)