enricorampazzo commited on
Commit
9a4a6f3
·
1 Parent(s): 80cfff2

fixed Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -3
Dockerfile CHANGED
@@ -5,10 +5,9 @@ ENV env=hf
5
  RUN source venv/bin/activate
6
  RUN ls -a
7
  RUN mkdir app
8
- COPY requirements-base.txt /app
9
- COPY dam_helper /app
10
- COPY deps /app/deps
11
  WORKDIR /app
 
12
  RUN rm deps/*.whl
13
  RUN pip install -r requirements-base.txt
14
  WORKDIR /app/dam_helper
 
5
  RUN source venv/bin/activate
6
  RUN ls -a
7
  RUN mkdir app
8
+ COPY . /app
 
 
9
  WORKDIR /app
10
+ RUN ls -a
11
  RUN rm deps/*.whl
12
  RUN pip install -r requirements-base.txt
13
  WORKDIR /app/dam_helper