Jonathan Marokhovsky commited on
Commit
2459794
·
1 Parent(s): 587271e

Created the necessary pages directory and moved the app to it

Browse files
Files changed (2) hide show
  1. Dockerfile +3 -1
  2. app.py → pages/01_app.py +0 -0
Dockerfile CHANGED
@@ -7,7 +7,9 @@ RUN mamba install -c conda-forge leafmap geopandas localtileserver -y && \
7
  fix-permissions "/home/${NB_USER}"
8
 
9
  COPY requirements.txt .
10
- RUN pip install -r requirements.txt
 
 
11
 
12
  ENV PROJ_LIB='/opt/conda/share/proj'
13
 
 
7
  fix-permissions "/home/${NB_USER}"
8
 
9
  COPY requirements.txt .
10
+
11
+ RUN mkdir ./pages
12
+ COPY /pages ./pagesUN pip install -r requirements.txt
13
 
14
  ENV PROJ_LIB='/opt/conda/share/proj'
15
 
app.py → pages/01_app.py RENAMED
File without changes