Skip to content

Commit a1d14a0

Browse files
modified dockerfile to copy dash_leaflet-1.0.18.tar.gz
1 parent 576c7aa commit a1d14a0

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
@@ -7,7 +7,7 @@ WORKDIR /app
77
# Update pip
88
RUN pip install --upgrade pip
99

10-
COPY requirements.txt .
10+
COPY requirements.txt dash_leaflet-1.0.18.tar.gz ./
1111
RUN pip install -r requirements.txt
1212

1313
# Output the version of dash-mantine-components

0 commit comments

Comments
 (0)